QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#301835#6327. Count Arithmetic Progressionucup-team1281WA 0ms3604kbC++146.9kb2024-01-10 12:38:022024-01-10 12:38:03

详细

Test #1:

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

input:

3
5 5 2
7 6 7

output:

#1
6

result:

wrong output format Expected integer, but "#1" found