Search found 2 matches
- Wed Jul 12, 2006 7:07 pm
- Forum: Volume 5 (500-599)
- Topic: 570 - Stats
- Replies: 2
- Views: 3504
570 - Stats
It's just a simple statistics problem. I don't know why I always got WA! Can anyone give me some I/O data? Thx a lot!
- Sun Jul 09, 2006 11:02 pm
- Forum: Volume 5 (500-599)
- Topic: 551 - Nesting a Bunch of Brackets
- Replies: 56
- Views: 13507
551 Nesting a Bunch of Brackets WA
I have tried all of input data in all of relative threads. Problem is maybe that when the last line is a blank line , my program will terminate without print "YES". Can anyone tell me how to solve this situation? Thx a lot ! #include<iostream> #include<string> #include<stack> using namespa...