QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#641954#7626. Quake and Rebuildgg_gongWA 0ms7884kbC++203.5kb2024-10-15 04:20:592024-10-15 04:20:59

详细

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 7884kb

input:

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

output:

3
2
3

result:

wrong answer 2nd lines differ - expected: '4', found: '2'