QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#455535 | #8526. Polygon II | ucup-team1293 | WA | 1ms | 3860kb | C++14 | 1.8kb | 2024-06-26 16:03:11 | 2024-06-26 16:03:15 |
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: 3688kb
input:
3 0 2 0
output:
166666668
result:
ok 1 number(s): "166666668"
Test #2:
score: 0
Accepted
time: 1ms
memory: 3820kb
input:
3 0 0 0
output:
500000004
result:
ok 1 number(s): "500000004"
Test #3:
score: 0
Accepted
time: 1ms
memory: 3860kb
input:
3 5 6 7
output:
208333335
result:
ok 1 number(s): "208333335"
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 3716kb
input:
3 0 25 50
output:
1
result:
wrong answer 1st numbers differ - expected: '889268532', found: '1'