Problems
 
 
# Name    
A
standard input/output
1 s, 256 MB
Submit  x685
B
standard input/output
1 s, 256 MB
Submit  x822
C
standard input/output
1 s, 256 MB
Submit  x705
D
standard input/output
5 s, 256 MB
Submit  x21
E
standard input/output
2 s, 256 MB
Submit  x433
F
standard input/output
1 s, 256 MB
Submit  x248
G
standard input/output
5 s, 256 MB
Submit  x47
H
standard input/output
15 s, 256 MB
Submit  x280
I
standard input/output
1 s, 256 MB
Submit  x772
J
standard input/output
1 s, 256 MB
Submit  x682
K
standard input/output
1 s, 256 MB
Submit  x667
Complete problemset
 
 
 
 
Questions about problems
 
 
  Question Answer
2026-01-29 01:22:48
Some test data in Problem D is broken so to skip those tests do the following: output 66815857 if (n == 1874 && m == 11511) and 3659837 if (n == 100 && m == 6875) then terminate the program without taking further input. (Don't blame me I am not the author I am just trying to help)
2019-05-27 18:39:45
Problem D. Ali The Multi-billionaire
*****
Can you check your testdata or intendent solution or problem statement? Something is wrong with problem...
Test data for this problem is broken. I will try to contact the author(s).
2019-05-27 18:39:00
Problem E. Optimal Slots
*****
What is the constraints? What is maximum value of T and N?
I know that t<=1000
2019-05-27 17:47:48
Problem H. Are You Safe?
*****
Does the order in which the points are outputted for the polygon matter? That is, does it matter which point is listed first?
Yes, it does matter. The first point should be the one with smallest x coordinate. If there is more then one such point, choose the one with smallest y coordinate. (The statement does not mention it because it is a very bad statement)