Search found 1 match

by Thanks 4 Alice
Fri May 11, 2007 6:36 am
Forum: Volume 111 (11100-11199)
Topic: 11151 - Longest Palindrome
Replies: 65
Views: 43198

handling time limit on judge (I'm newbie)

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 ...

Go to advanced search