NOI Online #3提高组题解 2020-5-26 10:27 | 134 | 0 | 比赛,题解 26 字 | 几秒读完 T1水壶 和名字一样水,双指针移动或者前缀和爆草就行。 #include<bits/stdc++.h> #define LL long long using namespace std; inline void read(LL &x) { LL f=1;x=0;char ch=getchar(); while (!isdigit(ch… NOI online比赛题解