QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#721096 | #8526. Polygon II | ucup-team1617 | WA | 23ms | 27792kb | C++23 | 6.8kb | 2024-11-07 15:13:07 | 2024-11-07 15:13:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 20ms
memory: 27792kb
input:
3 0 2 0
output:
166666668
result:
ok 1 number(s): "166666668"
Test #2:
score: 0
Accepted
time: 23ms
memory: 27344kb
input:
3 0 0 0
output:
500000004
result:
ok 1 number(s): "500000004"
Test #3:
score: 0
Accepted
time: 19ms
memory: 27512kb
input:
3 5 6 7
output:
208333335
result:
ok 1 number(s): "208333335"
Test #4:
score: 0
Accepted
time: 19ms
memory: 27784kb
input:
3 0 25 50
output:
889268532
result:
ok 1 number(s): "889268532"
Test #5:
score: -100
Wrong Answer
time: 20ms
memory: 27652kb
input:
10 39 11 25 1 12 44 10 46 27 15
output:
572260883
result:
wrong answer 1st numbers differ - expected: '913863330', found: '572260883'