0
2
27
168
292
67
小奇的数列 题目描述 【题目背景】 小奇总是在数学课上思考奇怪的问题。 【问题描述】 给定一个长度为n的数列,以及m次询问,每次给出三个数l,r和P,询问 (a[l’] + a[l’+1] + … + a[r’]) mod P的最小值。 其中l