QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#301843#6327. Count Arithmetic Progressionucup-team1281RE 0ms3804kbC++147.8kb2024-01-10 13:03:232024-01-10 13:03:25

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 3804kb

input:

3
5 5 2
7 6 7

output:

6

result:

ok 1 number(s): "6"

Test #2:

score: -100
Runtime Error

input:

4
2 3 1 6
5 6 4 8

output:


result: