QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#279981 | #7779. Swiss Stage | ucup-team1069# | WA | 15ms | 8960kb | Python3 | 8b | 2023-12-09 13:09:29 | 2023-12-09 13:09:29 |
Judging History
answer
print(4)
詳細信息
Test #1:
score: 100
Accepted
time: 15ms
memory: 8916kb
input:
0 1
output:
4
result:
ok 1 number(s): "4"
Test #2:
score: 0
Accepted
time: 4ms
memory: 8960kb
input:
1 2
output:
4
result:
ok 1 number(s): "4"
Test #3:
score: 0
Accepted
time: 9ms
memory: 8912kb
input:
0 0
output:
4
result:
ok 1 number(s): "4"
Test #4:
score: -100
Wrong Answer
time: 7ms
memory: 8912kb
input:
0 2
output:
4
result:
wrong answer 1st numbers differ - expected: '6', found: '4'