QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#318363#6414. Classical Maximization Problemucup-team1895WA 2ms15976kbC++141.9kb2024-01-31 09:19:342024-01-31 09:19:34

详细

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 15976kb

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
2
4 2
1 3
2
2 2
4 4

result:

wrong answer pair 1 is 2=2 (test case 3)