QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#879501#9700. Ying’s Cupucup-team6072#WA 1ms3712kbC++235.7kb2025-02-02 04:26:122025-02-02 04:26:13

详细

Test #1:

score: 100
Accepted
time: 1ms
memory: 3584kb

input:

5
1 2
1 3
2 4
2 5

output:

28
54
38
0
0

result:

ok 5 number(s): "28 54 38 0 0"

Test #2:

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

input:

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

output:

11540
242090
825920
1167840
601620
174990
0
0
0
0

result:

wrong answer 2nd numbers differ - expected: '253870', found: '242090'