QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#121217 | #6116. Changing the Sequences | ZhaoZiLong | WA | 1473ms | 6772kb | C++20 | 2.2kb | 2023-07-07 19:33:09 | 2023-07-07 19:33:13 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 6532kb
input:
4 3 2 2 3 3 2 2 2 2
output:
1 1 2 2
result:
ok 4 number(s): "1 1 2 2"
Test #2:
score: 0
Accepted
time: 0ms
memory: 6772kb
input:
5 3 2 2 3 3 2 2 2 2 2 3
output:
3 3 2 2 3
result:
ok 5 number(s): "3 3 2 2 3"
Test #3:
score: 0
Accepted
time: 0ms
memory: 5456kb
input:
1 1 1 1
output:
1
result:
ok 1 number(s): "1"
Test #4:
score: 0
Accepted
time: 125ms
memory: 5476kb
input:
1 60 60 60
output:
60
result:
ok 1 number(s): "60"
Test #5:
score: 0
Accepted
time: 124ms
memory: 5572kb
input:
1 60 1 60
output:
60
result:
ok 1 number(s): "60"
Test #6:
score: 0
Accepted
time: 59ms
memory: 5588kb
input:
1 60 60 1
output:
1
result:
ok 1 number(s): "1"
Test #7:
score: 0
Accepted
time: 58ms
memory: 5372kb
input:
1 60 1 1
output:
1
result:
ok 1 number(s): "1"
Test #8:
score: -100
Wrong Answer
time: 1473ms
memory: 6236kb
input:
100000 60 18 36 47 52 31 3 43 49 2 4 60 23 22 3 4 25 11 50 25 40 51 51 59 5 11 50 47 28 29 21 46 39 46 49 23 50 1 24 15 30 45 12 5 2 4 33 23 29 35 35 47 13 10 24 20 44 23 16 27 4 25 27 47 27 57 47 35 31 24 47 27 17 45 44 29 44 43 4 23 20 22 43 2 53 41 32 56 21 28 56 21 15 44 60 11 52 36 26 33 26 4 5...
output:
41 3 32 0 30 2 36 43 0 47 19 38 12 2 47 1 56 14 1 0 10 10 35 0 56 14 32 25 50 22 27 0 27 43 38 14 0 0 45 0 0 0 0 0 47 7 38 50 44 44 32 0 58 0 23 0 38 8 33 47 1 33 32 33 29 32 44 30 0 32 33 51 0 0 50 0 36 47 38 23 12 36 0 52 0 34 9 22 25 9 22 45 0 19 56 0 3 49 7 49 47 35 0 0 7 47 21 13 54 0 3 54 0 0 ...
result:
wrong answer 3rd numbers differ - expected: '18', found: '32'