QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#778481#8333. Giftucup-team5809#ML 1ms7632kbC++172.4kb2024-11-24 14:51:292024-11-24 14:51:29

详细

Test #1:

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

input:

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

output:

10

result:

ok 1 number(s): "10"

Test #2:

score: -100
Memory Limit Exceeded

input:

3
1 3
3 2
2 1

output:


result: