QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#317759#3588. Hamilton - The Musicallmq26052003WA 0ms52420kbC++202.9kb2024-01-29 16:51:252024-01-29 16:51:25

詳細信息

Test #1:

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

input:

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

output:

8

result:

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