QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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'