头像

小帕饱了

帅气的我简直无法用语言描述!

小红的数组权值【Python实现】

def solve(): MOD = 10**9 + 7 n = int(input().strip()) a = list(map(int, input().split())) ans = 0 fo...
头像7小时前
020