QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#539254#7221. The Road Networkucup-team1005WA 15ms10772kbPython31.8kb2024-08-31 14:22:142024-08-31 14:22:15

详细

Test #1:

score: 0
Wrong Answer
time: 15ms
memory: 10772kb

input:

4 7
1 4 6 3

output:

1  3  4  6  
3 6

result:

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