QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#488909 | #5459. Goose, goose, DUCK? | ucup-team1222# | WA | 108ms | 679604kb | C++20 | 1.9kb | 2024-07-24 16:15:45 | 2024-07-24 16:15:46 |
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: 108ms
memory: 678328kb
input:
6 2 1 2 2 1 3 3
output:
10
result:
ok 1 number(s): "10"
Test #2:
score: -100
Wrong Answer
time: 91ms
memory: 679604kb
input:
6 1 1 2 3 4 5 6
output:
6
result:
wrong answer 1st numbers differ - expected: '0', found: '6'