QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
Tip: Click on the bar to expand more detailed information
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'