QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#317761#3588. Hamilton - The Musicallmq26052003WA 0ms53320kbC++203.0kb2024-01-29 16:55:522024-01-29 16:55:53

详细

Test #1:

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

input:

4
0 3 2 13
3 0 8 9
2 8 0 5
13 9 5 0

output:

0
1

result:

wrong answer 1st lines differ - expected: '16', found: '0'