QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#626322 | #6400. Game: Celeste | ucup-team1206 | WA | 268ms | 346428kb | C++20 | 3.5kb | 2024-10-10 03:50:28 | 2024-10-10 03:50:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3568kb
input:
2 5 2 3 1 2 3 4 5 5 2 3 1 4 3 1 2 1 4 7 3 3 3
output:
3 5 4 3 -1
result:
ok 3 lines
Test #2:
score: -100
Wrong Answer
time: 268ms
memory: 346428kb
input:
10000 57 8 11 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 11 16 7 7 10 13 9 14 10 1 12 4 8 13 3 20 16 7 16 19 20 8 19 7 16 6 17 13 7 19 17 11 12 17 6 3 7 8 14 2 4 15 5 18 16 7 20 9 1...
output:
6 20 19 14 12 11 3 -1 5 6 5 3 2 1 -1 20 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 13 20 19 18 17 16 15 13 12 10 9 6 4 1 -1 20 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 11 20 18 17 15 14 13 11 10 7 3 2 9 20 19 15 14 11 10 9 4 2 14 20 19 18 17 16 15 14 13 10 9 8 4 2 1 7 20 18...
result:
wrong answer 1st lines differ - expected: '7', found: '6'