QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#437504 | #8786. The Whole World | ucup-team1878 | WA | 10ms | 9616kb | Python3 | 4.2kb | 2024-06-09 11:57:00 | 2024-06-09 11:57:00 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 10ms
memory: 9616kb
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: 0ms
memory: 9588kb
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'