QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#510559 | #5204. Football | ZhangYiDe | WA | 0ms | 4008kb | C++20 | 1.6kb | 2024-08-09 09:17:29 | 2024-08-09 09:17:31 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3884kb
input:
3 2 4
output:
0 1:0 1:0 0:4
result:
ok [3 2:4] 0 draws
Test #2:
score: 0
Accepted
time: 0ms
memory: 3820kb
input:
1 2 2
output:
1 2:2
result:
ok [1 2:2] 1 draws
Test #3:
score: 0
Accepted
time: 0ms
memory: 4008kb
input:
4 0 7
output:
0 0:1 0:1 0:1 0:4
result:
ok [4 0:7] 0 draws
Test #4:
score: 0
Accepted
time: 0ms
memory: 3944kb
input:
6 3 1
output:
2 1:0 1:0 1:0 0:1 0:0 0:0
result:
ok [6 3:1] 2 draws
Test #5:
score: 0
Accepted
time: 0ms
memory: 3800kb
input:
1 0 0
output:
1 0:0
result:
ok [1 0:0] 1 draws
Test #6:
score: 0
Accepted
time: 0ms
memory: 3848kb
input:
1 0 1000
output:
0 0:1000
result:
ok [1 0:1000] 0 draws
Test #7:
score: 0
Accepted
time: 0ms
memory: 3860kb
input:
1 1000 0
output:
0 1000:0
result:
ok [1 1000:0] 0 draws
Test #8:
score: 0
Accepted
time: 0ms
memory: 3924kb
input:
1 1000 1000
output:
1 1000:1000
result:
ok [1 1000:1000] 1 draws
Test #9:
score: 0
Accepted
time: 0ms
memory: 3864kb
input:
1 1000 999
output:
0 1000:999
result:
ok [1 1000:999] 0 draws
Test #10:
score: 0
Accepted
time: 0ms
memory: 3932kb
input:
1 999 1000
output:
0 999:1000
result:
ok [1 999:1000] 0 draws
Test #11:
score: 0
Accepted
time: 0ms
memory: 3788kb
input:
2 0 0
output:
2 0:0 0:0
result:
ok [2 0:0] 2 draws
Test #12:
score: 0
Accepted
time: 0ms
memory: 3880kb
input:
2 0 1
output:
1 0:1 0:0
result:
ok [2 0:1] 1 draws
Test #13:
score: 0
Accepted
time: 0ms
memory: 3944kb
input:
2 1 0
output:
1 1:0 0:0
result:
ok [2 1:0] 1 draws
Test #14:
score: 0
Accepted
time: 0ms
memory: 3860kb
input:
2 1 1
output:
0 1:0 0:1
result:
ok [2 1:1] 0 draws
Test #15:
score: 0
Accepted
time: 0ms
memory: 3860kb
input:
2 0 2
output:
0 0:1 0:1
result:
ok [2 0:2] 0 draws
Test #16:
score: 0
Accepted
time: 0ms
memory: 3720kb
input:
2 2 0
output:
0 1:0 1:0
result:
ok [2 2:0] 0 draws
Test #17:
score: 0
Accepted
time: 0ms
memory: 3928kb
input:
2 2 1
output:
0 2:0 0:1
result:
ok [2 2:1] 0 draws
Test #18:
score: 0
Accepted
time: 0ms
memory: 3808kb
input:
2 1 2
output:
0 1:0 0:2
result:
ok [2 1:2] 0 draws
Test #19:
score: 0
Accepted
time: 0ms
memory: 3848kb
input:
2 2 2
output:
0 2:0 0:2
result:
ok [2 2:2] 0 draws
Test #20:
score: -100
Wrong Answer
time: 0ms
memory: 3672kb
input:
2 3 0
output:
0 1:0 1:0 1:0
result:
wrong answer [2 3:0] expected total score 3:0, found 0:0