QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#606233#9434. Italian Cuisineucup-team1132WA 1ms3928kbC++141.4kb2024-10-02 23:40:372024-10-02 23:40:37

详细

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3928kb

input:

3
5
1 1 1
0 0
1 0
5 0
3 3
0 5
6
2 4 1
2 0
4 0
6 3
4 6
2 6
0 3
4
3 3 1
3 0
6 3
3 6
0 3

output:

2
3
5
5
1
5
4
4
5
5
6
2
24
2
3
4
1
0

result:

wrong answer 1st numbers differ - expected: '5', found: '2'