Search found 2 matches
- Sat Jan 17, 2015 12:08 pm
- Forum: Volume 6 (600-699)
- Topic: 673 - Parentheses Balance
- Replies: 243
- Views: 80086
Re: 673 - Parentheses Balance
Thank you @brianfry713. The problem was with fflush(stdin). Now it's accepted.
- Fri Jan 16, 2015 8:25 pm
- Forum: Volume 6 (600-699)
- Topic: 673 - Parentheses Balance
- Replies: 243
- Views: 80086
Re: 673 - Parentheses Balance
Dear Experts,
I have read all the discussions on this problem posted here and my code can handle the discussed problems correctly. But still I am getting wrong answer. Can anybody give any hint or some tricky test cases other than the already posted ones. Here is my code:
#include <iostream ...
I have read all the discussions on this problem posted here and my code can handle the discussed problems correctly. But still I am getting wrong answer. Can anybody give any hint or some tricky test cases other than the already posted ones. Here is my code:
#include <iostream ...