QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#494501 | #8526. Polygon II | gs14004 | WA | 1ms | 4008kb | C++20 | 2.8kb | 2024-07-27 15:59:42 | 2024-07-27 15:59:42 |
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: 3752kb
input:
3 0 2 0
output:
166666668
result:
ok 1 number(s): "166666668"
Test #2:
score: 0
Accepted
time: 1ms
memory: 3840kb
input:
3 0 0 0
output:
500000004
result:
ok 1 number(s): "500000004"
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 4008kb
input:
3 5 6 7
output:
511555993
result:
wrong answer 1st numbers differ - expected: '208333335', found: '511555993'