QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#99682#6327. Count Arithmetic ProgressionflowerWA 16ms132784kbC++143.0kb2023-04-23 14:48:302023-04-23 14:48:33

详细

Test #1:

score: 0
Wrong Answer
time: 16ms
memory: 132784kb

input:

3
5 5 2
7 6 7

output:

-1

result:

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