I think it is fun, but I still not see the contest in contest list now. I'm curious about whether it exist.
| # | User | Rating |
|---|---|---|
| 1 | Benq | 3792 |
| 2 | VivaciousAubergine | 3647 |
| 3 | Kevin114514 | 3611 |
| 4 | jiangly | 3583 |
| 5 | strapple | 3515 |
| 6 | tourist | 3470 |
| 7 | Radewoosh | 3415 |
| 8 | Um_nik | 3376 |
| 9 | maroonrk | 3361 |
| 10 | XVIII | 3345 |
| # | User | Contrib. |
|---|---|---|
| 1 | Qingyu | 162 |
| 2 | adamant | 148 |
| 3 | Um_nik | 146 |
| 4 | Dominater069 | 143 |
| 5 | errorgorn | 141 |
| 6 | cry | 138 |
| 7 | Proof_by_QED | 136 |
| 8 | YuukiS | 135 |
| 9 | chromate00 | 134 |
| 10 | soullless | 133 |
I think it is fun, but I still not see the contest in contest list now. I'm curious about whether it exist.
The problem is 1041F - Ray in the tube
These words are copied from the problem:
To do so, you have to choose two integer points A and B on the first and the second line respectively (coordinates can be negative): the point A is responsible for the position of the laser, and the point B — for the direction of the laser ray. The laser ray is a ray starting at A and directed at B which will reflect from the sides of the tube (it doesn't matter if there are any sensors at a reflection point or not). A sensor will only register the ray if the ray hits exactly at the position of the sensor.
I think A and B only have to be integers, but it doesn't say they cannot be a straight line.
B as the direction, it even can out of the tube.
And my submission got Wrong Answer on test 51. (Submission : 43024618)
After the Virtual Participation, I got the test of test 51, and found n = 12000 and m = 32000
So I think the answer should be 32000, instead of 24000 (Submission : 43065546)
Because I can use a single line with A(-2,y2) and B(-1,y2) to get 32000 points instead of 24000.
Hope any of the problem setter can answer me. Roms BledDest adedalic fcspartakm
I used cin and got TLE in Feb 15th.
Then I test the scanf and got Accepted.
I found it interesting that different C++ get different verdict with cin.
Several times of MS C++ because I found interesting of it TLE on different test.
My Submissions on 932D - Дерево with submissions 40405924 (Code is same, Language is different)
MS C++ Time limit exceeded on test 80
GNU C++17 Accepted 1356 ms
GNU C++14 Accepted 1326 ms
GNU C++11 Time limit exceeded on test 81
GNU C++ Accepted 1902 ms
GNU C++17 Diagnostics Time limit exceeded on test 11
MS C++ Time limit exceeded on test 81
MS C++(scanf) Accepted 421 ms
MS C++(Submit on Feb 15th) Time limit exceeded on test 82
| Name |
|---|


