Printing roots problem

siri submitted my code
it gave 2nd and 3rd test case correct but showed first one wrong

i scored 66
then i checked editorial and there was hardly difference in the code

there was just difference in the printing of roots
i changed my order of printing of roots and got 1st test case correct as well
there was nothing written in the ques about the order of roots
which one to be printe first

and moreover after that submission my score becomes zero

sir i read on coding blocks discussion forum
that once we see editorial my previous score freezes
but now my score is zero

sir plzz tell me about this allotment of score and that roots printing issue

@sanjeetboora dii help him about the score allotment.

hi yatin
and about the order of printing of roots sometimes you can check by yourself by hit and trial whether the question is demanding the order to be printed in increasing or decreasing or maybe someother way. most of the times you will be able to find the correct way and all test cases will pass(if logic is correct). these are the small tricks you should try yourself.