QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#669950#3040. ContainerGuanYunchangWA 2ms9768kbC++201.8kb2024-10-23 20:06:092024-10-23 20:06:10

詳細信息

Test #1:

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

input:

5 2
11221
21112

output:

2
4 5
1 3

result:

ok good job!

Test #2:

score: -100
Wrong Answer
time: 2ms
memory: 9768kb

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.