QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#280515#7785. Three Rectanglesucup-team1763#WA 0ms3676kbC++172.4kb2023-12-09 16:36:432023-12-09 16:36:44

詳細信息

Test #1:

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

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: 0
Accepted
time: 0ms
memory: 3656kb

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
14
6

result:

ok 4 number(s): "6 12 14 6"

Test #3:

score: 0
Accepted
time: 0ms
memory: 3616kb

input:

1
1000000000 1000000000
1 1
1 1
1000000000 1000000000

output:

2401

result:

ok 1 number(s): "2401"

Test #4:

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

input:

729
999999999 111111111
111111111 111111111
111111111 111111111
111111111 111111111
999999999 111111111
111111111 111111111
222222222 111111111
111111111 111111111
999999999 111111111
111111111 111111111
111111111 111111111
333333333 111111111
999999999 111111111
111111111 111111111
444444444 111111...

output:

333333299
111111077
888888862
666666640
444444418
222222196
999999981
777777757
456790164
111111077
888888862
666666640
444444418
222222196
999999981
777777759
555555535
135802502
888888862
666666640
444444418
222222196
999999981
777777759
555555537
333333313
814814847
666666640
444444418
222222196
...

result:

wrong answer 1st numbers differ - expected: '0', found: '333333299'