Good day to everybody!
Today at 19:00 MSK will be held October Cook-Off 2015!
Let's discuss here problems after the contest.
UPD The contest is completed!
# | User | Rating |
---|---|---|
1 | jiangly | 3898 |
2 | tourist | 3840 |
3 | orzdevinwang | 3706 |
4 | ksun48 | 3691 |
5 | jqdai0815 | 3682 |
6 | ecnerwala | 3525 |
7 | gamegame | 3477 |
8 | Benq | 3468 |
9 | Ormlis | 3381 |
10 | maroonrk | 3379 |
# | User | Contrib. |
---|---|---|
1 | cry | 168 |
2 | -is-this-fft- | 165 |
3 | Dominater069 | 161 |
4 | Um_nik | 159 |
4 | atcoder_official | 159 |
6 | djm03178 | 157 |
7 | adamant | 153 |
8 | luogu_official | 150 |
9 | awoo | 149 |
10 | TheScrasse | 146 |
Good day to everybody!
Today at 19:00 MSK will be held October Cook-Off 2015!
Let's discuss here problems after the contest.
UPD The contest is completed!
Name |
---|
Almost same as the third question!!! Here it is.
Nice problemset. But 2 problems are very easy and 3 are very hard!
If there were level by level problems, It would be very interesting :)
How to solve Palindrome Pairs?
Palindrome Pairs
Are there some blank lines in tests for problem "Palindrome Pairs"? Or I simply managed to produce some strange bug?..
Two solutions: first gives RE, while second gets AC. The only idea which comes into my mind right now is — there are some blank lines which should be ignored.
It looks like strings separated generally with not single
\n
-s. Maybe the problem lies in line endings.You could ask the organisers for test data.
Space separated strings in one line as opposed to each string in a new line.