Codeforces Round 873 (Div. 2)

A

int main() {
#ifndef ONLINE_JUDGE
	freopen("test.in","r",stdin);
#endif

	int T,n;
	cin>>T;
	while(T--) {
		int i;
		cin>>n;
		if(n&1) {
			fz1(i,n) {
				cout<<i<<" ";
			}
		}
		else {
			fz1(i,n) {
				cout<<2*i<<" ";
			}
		}
		puts("");
	} 

    return 0;
}

int main() {
#ifndef ONLINE_JUDGE
	freopen("test.in","r",stdin);
#endif

	int T;
	cin>>T;
	while(T--) {
		int i;
		int n,oo,gg=-1;
		cin>>n;
		fz1(i,n) {
			cin>>oo;
			oo=abs(oo-i);
			if(oo) {
				gg=(gg==-1)?oo:__gcd(gg,oo);
			}
		}
		cout<<gg<<endl;
	}
	
    return 0;
}

 C

const ll Mod=1000000007;

int main() {
#ifndef ONLINE_JUDGE
	freopen("test.in","r",stdin);
#endif

	int T;
	cin>>T;
	while(T--) {
		int i;
		int n;
		cin>>n;
		vector<int>a(n),b(n);
		fz0k(i,n) {
			cin>>a[i];
		}
		fz0k(i,n) {
			cin>>b[i];
		}
		sort(a.begin(),a.end());
		sort(b.begin(),b.end());
		ll wwx=1,jyl=0,pos=n-1;
		fd0k(i,n) {
			while(pos>=0&&a[pos]>b[i]) {
				jyl++;
				pos--;
			}
			if(jyl==0) {
				wwx=0;
				break;
			}
			wwx=wwx*jyl%Mod;
			jyl--;
		}
		cout<<wwx<<al;
	}

    return 0;
}

D1

int main() {
#ifndef ONLINE_JUDGE
	freopen("test.in","r",stdin);
#endif

	int T;
	cin>>T;
	while(T--) {
		int i,j;
		int n;
		cin>>n;
		vector<int>a(n);
		fz0k(i,n) {
			cin>>a[i];
		}
		ll wwx=0;
		fz0k(i,n) {
			auto q=new stack<pii>;
			fz(j,i,n-1) {
				auto tmp=mp(a[j],j);
				while(!q->empty()) {
					auto oo=q->top();
					if(oo.fi>a[j]) {
						tmp.fi=max(tmp.fi,oo.fi);
						tmp.se=min(tmp.se,oo.se);
						q->pop();
					}
					else {
						break;
					}
				}
				q->push(tmp);
				wwx+=j-i+1-((ll)q->size());
			}
		}
		cout<<wwx<<" \n"[T>0];
	}

    return 0;
}

评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值