solving #11151 problem...
I completed source code
found none of any faulty in my view
using only stdin(cin.getline), stdout(cout)...
like this...
while(true) {
- type input - (cin.getline)
- processing input - (algorithm for #11151)
- print output - (cout)
}
online judge system only gives me "Time Limit" msg repeatedly
like... 10.035 secs (I know the limit is 10 secs)
I think this is not a time limit exceed problem.
Maybe I need to modify "while ~ code" for this problem
anyone help me to handle this time limit?...
have a lucky day !
