|
|
back to boardTo admins! Posted by OpenGL 31 Jan 2009 22:50 On this problem testset is wrong! This program got TLE#1: #include <cstdio> void main() { char c; while((c=getchar()!=EOF)) { while(c!='('&&c!=')'); } } Re: To admins! I think that one end of line is not prohibited after brackets. Re: To admins! Yes, there should be end of line in the end of each test. |
|
|