QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#600918#7785. Three RectanglesgymWA 0ms3656kbC++204.5kb2024-09-29 19:58:242024-09-29 19:58:24

详细

Test #1:

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

input:

5
2 2
1 1
1 1
1 1
2 2
1 1
1 2
1 2
2 2
1 1
1 2
2 1
2 2
1 2
1 2
1 2
2 2
1 2
1 2
2 1

output:

0
0
0
6
4

result:

wrong answer 2nd numbers differ - expected: '8', found: '0'