Problems
 
 
# Name    
A
standard input/output
1 s, 256 MB
Submit  x164
B
standard input/output
3 s, 256 MB
Submit  x182
C
standard input/output
3 s, 256 MB
Submit  x146
D
standard input/output
1 s, 256 MB
Submit  x157
E
standard input/output
2 s, 256 MB
Submit  x7
F
standard input/output
1 s, 256 MB
Submit  x185
G
standard input/output
3 s, 256 MB
Submit  x135
H
standard input/output
1 s, 256 MB
Submit  x20
I
standard input/output
5 s, 256 MB
Submit  x23
Complete problemset
 
 
 
 
Questions about problems
 
 
  Question Answer
2019-05-04 05:26:41
Attention!This problem's std has some fault.If your code is right you will probably get "Wrong answer on test 5".If you really want to get "Accepted",you should calculate the coordinates of the upper left corner of the rectangle,and take its horizontal and vertical coordinate pair 1 to the maximum value, this coordinate is taken as the new upper left corner, and the length and width of the rectangle are unchanged.Of course,if you know how to modify the data, you can modify them and delete this announcement.
2019-03-02 07:08:47
The sample test cases are not the first judged test cases.
2019-03-02 06:40:30
"No two torches are placed in the exact same location" means that no two torches are in the exact same location. It's a stronger guarantee than no two torches have same x and y. The test cases were made to ensure this.
2019-03-02 06:34:25
There's a typo in the statement constraints. Notice that k can be equal to 1.
2019-03-02 06:17:57
Note that an area with pink light can still turn back into secondary color if the two colors end up having the same power.
2019-03-02 06:10:55
We found an issue with some test cases for this problem. Previous submissions have been rejudged.
2019-03-02 05:22:53
Correction: answers will be accepted if they are within 0.0001 (or 1e-4) of the correct answer, NOT 0.001 (or 1e-3). Previous submissions to this problem have been rejudged. Sorry for the inconvenience.
2019-03-02 05:14:03
There's an issue with the precision checker. This will be fixed and submissions will be rejudged.