Main test for problem C2 is not strong enough

Правка en2, от z4120, 2019-10-17 14:38:56

(For codeforces global round 5.)

There are some users who submit the same code for C1 and C2, but get main test failed for C1 and passed for C2.

This JavaScript code shows that there are 12 users who passed C1 and failed C2:

Code

Output: (list of submission ID for problem C2). View them at https://codeforces.com/contest/1237/submission/<id>)

> await main()
[62717661, 62729922, 62715435, 62717690, 62726047, 62727939, 62714189, 62716789, 62721112, 62730345, 62719766, 62719548]

I didn't write code to check how many of those submit the same code, but you can check manually that there's at least one by user Simon (rank 242) (side note: that user receives a T-shirt.)

Теги codeforces global rounds, global round 5

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en3 Английский z4120 2019-10-17 14:53:31 58
en2 Английский z4120 2019-10-17 14:38:56 108
en1 Английский z4120 2019-10-17 14:19:08 6777 Initial revision (published)