Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

closed Bug Report: returns (6<5) as true

+2 votes
asked Jan 19, 2019 by anonymous
closed Feb 2, 2019 by Admin
closed with the note: Issue is resolved and program works as expected.

2 Answers

0 votes
answered Jan 19, 2019 by Admin (5,100 points)
It surely seems to be bug with optimization done during compilation.
In debug mode it seems to be working fine.
0 votes
answered Feb 2, 2019 by Admin (5,100 points)
In order to avoid buggy scenario such as this one, we have disabled optimization in default run mode.
Now your program will work as expected.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...