QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#510555 | #5204. Football | MaMengQi | WA | 0ms | 3944kb | C++20 | 1.6kb | 2024-08-09 09:16:17 | 2024-08-09 09:16:18 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3880kb
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: 3864kb
input:
1 2 2
output:
1 2:2
result:
ok [1 2:2] 1 draws
Test #3:
score: 0
Accepted
time: 0ms
memory: 3940kb
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: 3880kb
input:
1 0 0
output:
1 0:0
result:
ok [1 0:0] 1 draws
Test #6:
score: -100
Wrong Answer
time: 0ms
memory: 3796kb
input:
1 0 1000
output:
0:1000
result:
wrong output format Expected integer, but "0:1000" found