QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#766613 | #8938. Crawling on a Tree | ucup-team3407 | WA | 15ms | 786184kb | C++17 | 1.4kb | 2024-11-20 17:57:37 | 2024-11-20 17:57:37 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 15ms
memory: 786184kb
input:
4 2 1 2 3 2 2 3 2 1 2 4 5 1 1 1 1
output:
-1 13
result:
ok 2 number(s): "-1 13"
Test #2:
score: -100
Wrong Answer
time: 15ms
memory: 786056kb
input:
4 2 1 2 3 2 2 3 2 1 2 4 5 1 2 2 2
output:
-1 69
result:
wrong answer 2nd numbers differ - expected: '-1', found: '69'