QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#76287#4811. Be CarefulHenry__ChenWA 2ms3484kbC++202.8kb2023-02-09 01:59:562023-02-09 01:59:58

詳細信息

Test #1:

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

input:

5
1 2
1 3
2 4
2 5

output:

55
127
34
0
0
0

result:

ok 6 numbers

Test #2:

score: 0
Accepted
time: 2ms
memory: 3408kb

input:

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

output:

69632
265534
133905
47790
12636
1944
0
0
0

result:

ok 9 numbers

Test #3:

score: 0
Accepted
time: 2ms
memory: 3332kb

input:

3
1 2
2 3

output:

1
3
0
0

result:

ok 4 number(s): "1 3 0 0"

Test #4:

score: -100
Wrong Answer
time: 2ms
memory: 3484kb

input:

2
1 2

output:

0
0
0

result:

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