QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#214663#6553. Shared Memory Switchucup-team120#RE 0ms12920kbC++143.1kb2023-10-14 22:45:392023-10-14 22:45:40

詳細信息

Test #1:

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

input:

14 5
1 1 1 2 2 2 -1 1 -1 1 -1 1 -1 1

output:

9
6 3 8 5 10 4 12 14 2 

result:

ok n=14

Test #2:

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

input:

14 4
1 1 1 2 2 2 -1 1 -1 1 -1 1 -1 1

output:

8
6 3 8 5 10 4 12 14 

result:

ok n=14

Test #3:

score: -100
Runtime Error

input:

0 0

output:


result: