QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#621183 | #8526. Polygon II | ucup-team4744 | WA | 1ms | 3740kb | C++20 | 2.5kb | 2024-10-08 10:40:28 | 2024-10-08 10:40:28 |
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: 0ms
memory: 3592kb
input:
3 0 2 0
output:
166666668
result:
ok 1 number(s): "166666668"
Test #2:
score: 0
Accepted
time: 1ms
memory: 3596kb
input:
3 0 0 0
output:
500000004
result:
ok 1 number(s): "500000004"
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 3740kb
input:
3 5 6 7
output:
1
result:
wrong answer 1st numbers differ - expected: '208333335', found: '1'