QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#220741 | #6742. Leaves | ucup-team1721 | WA | 3ms | 27220kb | C++17 | 3.2kb | 2023-10-20 19:25:07 | 2023-10-20 19:25:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 27168kb
input:
3 0 1 2 3 2 1 2 2
output:
1 2
result:
ok 2 number(s): "1 2"
Test #2:
score: -100
Wrong Answer
time: 3ms
memory: 27220kb
input:
7 1 1 2 3 1 4 5 1 6 7 2 4 2 2 2 3 2 1
output:
4 2 3 1
result:
wrong answer 1st numbers differ - expected: '2', found: '4'