
Search found 2 matches
- Tue Sep 22, 2009 11:43 pm
- Forum: Volume 6 (600-699)
- Topic: 673 - Parentheses Balance
- Replies: 243
- Views: 80007
Re: 673 - Parentheses Balance
please don't forget to remove code after finding bug/after AC . 

- Tue Sep 15, 2009 6:04 pm
- Forum: Volume 6 (600-699)
- Topic: 673 - Parentheses Balance
- Replies: 243
- Views: 80007
Re: 673 - Parentheses Balance
I dont think cin can't handle the input data set.I also tried several time with cin like u. bt I failed to manage AC. plz try with getchar() / gets() /getline( , ) .... i think ur idea is ok. I hv used da same logic with one of da mentioned i/o nd managed AC .