QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#155030 | #6734. Click the Circle | ucup-team1089 | WA | 7ms | 7956kb | Python3 | 10b | 2023-09-01 06:48:42 | 2023-09-01 06:48:42 |
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: 6ms
memory: 7860kb
input:
2 1 1 1 1 1 2 1 2 2 3
output:
1
result:
ok 1 number(s): "1"
Test #2:
score: -100
Wrong Answer
time: 7ms
memory: 7956kb
input:
2 1 1 1 1 1 2 1 3 2 3
output:
1
result:
wrong answer 1st numbers differ - expected: '0', found: '1'