QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#873350#9982. Staircase MuseumZhaoZiLongWA 0ms7776kbC++171.5kb2025-01-26 12:24:502025-01-26 12:24:50

详细

Test #1:

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

input:

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

output:

2
3
2
4

result:

wrong answer 3rd numbers differ - expected: '3', found: '2'