| 2012 Petr Mitrichev Contest 10 |
|---|
| Finished |
| # | Name | ||
|---|---|---|---|
| A |
art.in / art.out
20 s, 256 MB
|
|
|
| B |
combi.in / combi.out
2 s, 256 MB
|
|
|
| C |
curiosity.in / curiosity.out
2 s, 256 MB
|
|
|
| D |
domination.in / domination.out
2 s, 256 MB
|
|
|
| E |
easy.in / easy.out
10 s, 256 MB
|
|
|
| F |
Hash1
hash.in / hash.out
25 s, 4 MB
|
|
|
| G |
rle-size.in / rle-size.out
2 s, 256 MB
|
|
|
| H |
students.in / students.out
2 s, 256 MB
|
|
|
| I |
tennis.in / tennis.out
2 s, 256 MB
|
|
|
| J |
three-squares.in / three-squares.out
6 s, 256 MB
|
|
|
| Question | Answer | |
|---|---|---|
|
2012-10-27 19:45:49
|
Apparently, the system uses a time limit of 5 seconds in problem D, despite the time limit being set to 2 seconds. Since it's too late to change this, the time limit in problem D is actually 5 seconds.
|
|
|
2012-10-27 18:12:54
|
In all problems, the first test(s) are always the same as example test(s) in the problem statements. So getting a wrong answer on test 1 means your program is not working correctly on the first example.
|
|
|
2012-10-27 15:48:41
|
Please note that you should read from the input file, not stdin, and write to output file, not stdout. Most "Wrong answer, test 1" errors are caused by this mistake.
|
| Name |
|---|


