摘要: 题目链接 题目 题目描述 给定数列 $a[1],a[2], \dots,a[n]$ ,你需要依次进行q个操作,操作有两类: 1 l r x:给定l,r,x,对于所有 $i \in[l,r]$ ,将a[i]加上x(换言之,将 $a[l],a[l+1], \dots,a[r]$ 分别加上x); 2 l 阅读全文
posted @ 2023-04-27 22:50 空白菌 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 题目链接 题目 题目描述 You have N integers, $A_1, A_2, ... , A_N$ .You need to deal with two kinds of operations. One type of operation is to add some given num 阅读全文
posted @ 2023-04-27 11:18 空白菌 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 题目链接 题目 题目描述 恭喜你找到了本场比赛的签到题! 为了让大家都有抽奖的机会,只需要复制粘贴以下代码(并且稍微填下空)即可 AC: (我超良心的) #include <algorithm> #include <iostream> #include <cstring> #include <cli 阅读全文
posted @ 2023-04-27 11:11 空白菌 阅读(16) 评论(0) 推荐(0) 编辑