not getting what’s wrong in my code.
Doubt in form biggest number
You need to make following changes in your code :
- append function works with string, so instead of using int, use string,
- In line no 9, just take : return xy>yx;
- In question, test case is given, so plz change acc to that .
still giving compiler error
i have done few updates , now it’s not showing any error (still have not passed all test cases)
Try to submit it now, You havent use endl for another test case, thts why you were getting wrong ans.
1 Like
got it!
thankyou very much