QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#121058#6116. Changing the SequencesHuangHanShengWA 28ms7792kbC++202.4kb2023-07-07 15:03:572023-07-07 15:03:58

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 6684kb

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: 2ms
memory: 5576kb

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: 2ms
memory: 6728kb

input:

1 1
1
1

output:

1 

result:

ok 1 number(s): "1"

Test #4:

score: 0
Accepted
time: 1ms
memory: 5340kb

input:

1 60
60
60

output:

60 

result:

ok 1 number(s): "60"

Test #5:

score: 0
Accepted
time: 0ms
memory: 7500kb

input:

1 60
1
60

output:

60 

result:

ok 1 number(s): "60"

Test #6:

score: 0
Accepted
time: 0ms
memory: 5428kb

input:

1 60
60
1

output:

1 

result:

ok 1 number(s): "1"

Test #7:

score: 0
Accepted
time: 3ms
memory: 7180kb

input:

1 60
1
1

output:

1 

result:

ok 1 number(s): "1"

Test #8:

score: -100
Wrong Answer
time: 28ms
memory: 7792kb

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 18 55 15 53 30 43 48 35 24 38 12 53 35 1 39 19 1 58 10 10 2 46 39 19 18 45 50 22 27 25 27 43 38 19 20 14 42 32 40 16 46 48 35 57 38 50 44 44 18 56 7 14 23 59 38 8 33 35 1 33 18 33 29 18 44 15 14 18 33 51 40 59 50 59 30 35 38 23 12 30 48 52 28 34 9 22 45 9 22 42 59 24 39 55 3 49 57 49 35 2 36 58...

result:

wrong answer 7th numbers differ - expected: '21', found: '30'