QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#281065#7785. Three Rectanglesucup-team216#WA 0ms4132kbC++206.3kb2023-12-09 20:38:072023-12-09 20:38:07

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 3928kb

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
8
4
6
4

result:

ok 5 number(s): "0 8 4 6 4"

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 4132kb

input:

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

output:

6
12
16
12

result:

wrong answer 3rd numbers differ - expected: '14', found: '16'