QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#408018#5651. Parmigiana With SeafoodMaMengQiWA 1ms4004kbC++201.4kb2024-05-09 16:06:322024-05-09 16:06:33

详细

Test #1:

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

input:

4
1 2
1 3
1 4

output:

4

result:

ok single line: '4'

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 3992kb

input:

5
1 5
5 3
3 4
4 2

output:

0

result:

wrong answer 1st lines differ - expected: '3', found: '0'