QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#721347 | #8526. Polygon II | ucup-team1617 | WA | 22ms | 27864kb | C++23 | 6.6kb | 2024-11-07 15:54:41 | 2024-11-07 15:54:42 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 14ms
memory: 27656kb
input:
3 0 2 0
output:
166666668
result:
ok 1 number(s): "166666668"
Test #2:
score: 0
Accepted
time: 16ms
memory: 27356kb
input:
3 0 0 0
output:
500000004
result:
ok 1 number(s): "500000004"
Test #3:
score: 0
Accepted
time: 21ms
memory: 27604kb
input:
3 5 6 7
output:
208333335
result:
ok 1 number(s): "208333335"
Test #4:
score: 0
Accepted
time: 21ms
memory: 27864kb
input:
3 0 25 50
output:
889268532
result:
ok 1 number(s): "889268532"
Test #5:
score: -100
Wrong Answer
time: 22ms
memory: 27524kb
input:
10 39 11 25 1 12 44 10 46 27 15
output:
572260883
result:
wrong answer 1st numbers differ - expected: '913863330', found: '572260883'