QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#524790#6414. Classical Maximization Problemucup-team3022WA 0ms3548kbC++203.5kb2024-08-20 07:28:532024-08-20 07:28:54

詳細信息

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3548kb

input:

3
2
0 0
0 1
1 0
1 1
2
0 0
0 1
0 2
0 3
2
0 0
1 1
2 2
3 3

output:

2
2 4
3 1
4 3
2 1
2
4 3
2 1
0
4 3
2 1

result:

wrong answer Integer parameter [name=k] equals to 4, violates the range [0, 2] (test case 2)