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.
Login
Login
OnlineGDB Q&A
Questions
Unanswered
Tags
Ask a Question
Ask a Question
Bug Report: returns (6<5) as true
+2
votes
asked
Jan 19, 2019
by
anonymous
closed
Feb 2, 2019
by
Admin
A median filter:
https://onlinegdb.com/S1OSLHeXE
closed with the note:
Issue is resolved and program works as expected.
compiler
bug
2 Answers
0
votes
answered
Jan 19, 2019
by
Admin
(
5,870
points)
It surely seems to be bug with optimization done during compilation.
In debug mode it seems to be working fine.
Please
log in
or register to add a comment.
0
votes
answered
Feb 2, 2019
by
Admin
(
5,870
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.
Please
log in
or register to add a comment.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and receive answers from other members of the community.
...