QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#655826#7878. Matrix DistancesHuangHanShengWA 0ms3624kbC++201.2kb2024-10-19 09:52:532024-10-19 09:52:54

详细

Test #1:

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

input:

2 2
1 1
2 2

output:

0
2

result:

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