QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#418097#8567. Cheap ConstructionZ_301#WA 0ms18164kbC++176.2kb2024-05-23 10:34:052024-05-23 10:34:05

詳細信息

Test #1:

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

input:

1
3
1 1
2 2
1 3

output:

1 1
1 3
2 2

result:

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