QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#876845#9924. ReconstructionZ_301WA 9ms73052kbC++175.7kb2025-01-31 13:54:422025-01-31 13:55:03

詳細信息

Test #1:

score: 0
Wrong Answer
time: 9ms
memory: 73052kb

input:

3
1 2
2 3
2 1
1 3

output:

1
3 

result:

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