QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#409961 | #8282. Mirrors | 点分治分点 (Pincong Zou, Zheng Zhou, Mingyi Xu)# | WA | 4ms | 18072kb | C++20 | 3.7kb | 2024-05-12 23:26:11 | 2024-05-12 23:26:11 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 3ms
memory: 18072kb
input:
2 2 1
output:
1
result:
ok 1 number(s): "1"
Test #2:
score: -100
Wrong Answer
time: 4ms
memory: 16016kb
input:
10 2 2 2 2 1 4 5 3 3 2
output:
29
result:
wrong answer 1st numbers differ - expected: '20', found: '29'