Reverse quadratic quations

https://ide.codingblocks.com/s/42049 here test case 2 is failed i unable to find error in this

Hey Mayur, for passing the test cases your output should exactly match the output format.
As output format is expecting output as
Real and Equal
4 4

but your code’s output is
REAL AND EQUAL4 4

So, print the output in given output format only.

1 Like