摘要: 题意: 给定两个操作: MULTIPLY L R x 区间里都乘以一个数x MAX L R : 计算区间内一个2,3,5,7个数最大值。 1 #include<bits/stdc++.h> 2 using namespace std; 3 const int N = 1e5 + 10 ; 4 int 阅读全文
posted @ 2019-10-22 21:36 Osea 阅读(258) 评论(0) 推荐(0) 编辑