QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#387092#1190. Twin Trees Brosucup-team572#WA 10ms9904kbPython33.7kb2024-04-12 01:50:432024-04-12 01:50:44

详细

Test #1:

score: 100
Accepted
time: 10ms
memory: 9816kb

input:

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

output:

1

result:

ok answer is '1'

Test #2:

score: 0
Accepted
time: 4ms
memory: 9820kb

input:

4
1 0 0
2 0 0
2 1 0
2 -1 0
1 2
2 3
2 4
0 1 1
0 0 0
0 2 0
0 0 2
5 6
5 7
5 8

output:

2

result:

ok answer is '2'

Test #3:

score: 0
Accepted
time: 9ms
memory: 9872kb

input:

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

output:

1

result:

ok answer is '1'

Test #4:

score: -100
Wrong Answer
time: 10ms
memory: 9904kb

input:

7
5 3 1
5 5 3
5 1 -1
7 5 3
3 5 3
7 1 -1
3 1 -1
1 2
1 3
1 4
1 5
1 6
1 7
13 23 24
10 20 30
10 20 36
10 20 24
13 23 36
7 17 36
7 17 24
8 9
9 10
9 11
9 12
9 13
9 14

output:

8

result:

wrong answer expected '4', found '8'