QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#111446#3040. ContainerDitaMirikaWA 5ms13788kbC++144.1kb2023-06-07 09:15:562023-06-07 09:15:59

详细

Test #1:

score: 100
Accepted
time: 2ms
memory: 13788kb

input:

5 2
11221
21112

output:

2
1 3
4 5

result:

ok good job!

Test #2:

score: -100
Wrong Answer
time: 5ms
memory: 13736kb

input:

7 0
2212121
1212122

output:

3
1 3
3 5
5 7

result:

wrong answer valid plan but your cost is not the minimum one.