QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#437503 | #8786. The Whole World | ucup-team1878 | WA | 15ms | 10836kb | Python3 | 4.2kb | 2024-06-09 11:56:51 | 2024-06-09 11:56:52 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 15ms
memory: 10836kb
input:
2 2 1 0 4 1 3 1 1 4 4 6 6
output:
3 1
result:
ok 2 number(s): "3 1"
Test #2:
score: -100
Wrong Answer
time: 5ms
memory: 10712kb
input:
2 2 1 0 4 1 3 1 0 3 0 5 4
output:
3 4
result:
wrong answer 2nd numbers differ - expected: '3', found: '4'