C 求调
  • 板块灌水区
  • 楼主cyq32ent
  • 当前回复0
  • 已保存回复0
  • 发布时间2025/1/18 21:40
  • 上次更新2025/1/19 09:28:56
查看原帖
C 求调
435347
cyq32ent楼主2025/1/18 21:40
#include<bits/stdc++.h>
using namespace std;
int Q,c,l,s[314159],a[314159],hd=1,tl;
int main(){
	cin>>Q;
	while(Q--){
		cin>>c;
		if(c==2)hd++;
		else cin>>l,(c==1?(a[++tl]=l,s[tl]=l+s[tl-1]):(cout<<s[hd-2+l]-s[hd-1]<<endl,0));
	}
	return 0;
}

&& How E?(贪心必定超时吗?)

2025/1/18 21:40
加载中...