QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#370411#4071. Galactic Collegiate Programming ContestZhaoZiLongWA 0ms3572kbC++171.4kb2024-03-29 06:38:582024-03-29 06:38:59

详细

Test #1:

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

input:

3 4
2 7
3 5
1 6
1 9

output:

2
3
3
1

result:

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