QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#637918#7037. Distanceucup-team5248#WA 0ms3860kbC++17872b2024-10-13 14:23:342024-10-13 14:23:34

详细

Test #1:

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

input:

1
5
2 3 1 4

output:

0 10 20 34 48 

result:

wrong answer 1st lines differ - expected: '0 10 20 34 48', found: '0 10 20 34 48 '