QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#214663#6553. Shared Memory Switchucup-team120#RE 0ms12920kbC++143.1kb2023-10-14 22:45:392023-10-14 22:45:40

Details

Tip: Click on the bar to expand more detailed information

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: