QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#423730#2559. Endless RoadFarmer_DWA 20ms130272kbC++175.2kb2024-05-28 15:46:512024-05-28 15:46:52

详细

Test #1:

score: 0
Wrong Answer
time: 20ms
memory: 130272kb

input:

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

output:

1 2 5 3 4 1 

result:

wrong answer 6th words differ - expected: '6', found: '1'