QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#447059 | #8526. Polygon II | ucup-team2818 | WA | 1ms | 3904kb | C++14 | 1.8kb | 2024-06-17 20:51:44 | 2024-06-17 20:51:44 |
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: 1ms
memory: 3904kb
input:
3 0 2 0
output:
166666668
result:
ok 1 number(s): "166666668"
Test #2:
score: 0
Accepted
time: 1ms
memory: 3876kb
input:
3 0 0 0
output:
500000004
result:
ok 1 number(s): "500000004"
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3812kb
input:
3 5 6 7
output:
375000002
result:
wrong answer 1st numbers differ - expected: '208333335', found: '375000002'