最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

算法競賽2021 ICPC Southeastern Europe Regional Contest_ABC Legacy

2022-04-02 14:43 作者:Clayton_Zhou  | 我要投稿


//#include "stdafx.h"

#include<cstdio>

#include<cctype>

#include<vector>

#include<algorithm>

?#include <queue>


using namespace std;

? ?

// Case 1: ACB......? ? ? ? Case 2:? ABAC


int n=5;

char vis[201000];

//char abc[2010000]="ABBACC";

?

char abc[201000]="ABCACBABAB";

//priority_queue<pair<? int, int>> a;?

?

queue<int>R;


int main(){

int ac=0,bc=0,cc=0;

int x;

int Ab,Ac,Bc;

? scanf("%d",&n);??

scanf("%s",abc);??


/*

for( x=0;x<2*n;x++)

{

scanf("%d",&num[x][0]);??

scanf("%d",&num[x][1]);?

}? */

?

for( x=0;x<2*n;x++) ?

if(abc[x]=='A')ac++;

else if(abc[x]=='B')bc++;

else cc++;

?

// printf("%d %d, %d\n",ac,bc,cc);?


if(ac+bc>=cc && ((ac+bc-cc )%2==0))

? ?Ab=(ac+bc-cc )/2;

else {printf("NO\n");return 0;}


? if(ac+cc>=bc && ((ac+cc-bc )%2==0))

? Ac=(ac+cc-bc )/2;

else {printf("NO\n");return 0;}


? if(cc+bc>=ac && ((cc+bc-ac )%2==0))

? Bc=(cc+bc-ac )/2;

else {printf("NO\n");return 0;}

?

int tmp=-1;

for( x=0;x<2*n;x++)

if(Bc && abc[x]=='B')

{

if(tmp<x) tmp=x+1;


while( abc[tmp]!='C' && tmp <2*n)tmp++;?

if(tmp==2*n){printf("NO\n");return 0;}

R.push (x);? vis[x]=1;

R.push (tmp);? ?vis[tmp]=1;tmp++;?

Bc--;

}// the end of for( x=0;x<2*n;x++) ?

//if(Bc){printf("NO\n");return 0;}


?

tmp=2*n;

? for( x=2*n-1;x>=0;x--)

? if(!vis[x])

if(abc[x]=='B'|| abc[x]=='C')

{

if(tmp>x) tmp=x-1;

while(? abc[tmp]!='A'? ?&& tmp >=0)tmp--;?

if(tmp==-1){printf("NO\n");return 0;}

R.push (tmp);? tmp--;// vis[tmp]=1;

? R.push (x);? //vis[x]=1; ??


}// the end of for( x=0;x<2*n;x++) ?


printf("YES\n");

int first;

while(!R.empty())

{

first= R.front()+1;

R.pop();?

printf("%d %d\n",first,R.front() +1);

R.pop(); ??

}

return 0;

}


算法競賽2021 ICPC Southeastern Europe Regional Contest_ABC Legacy的評論 (共 條)

分享到微博請遵守國家法律
衢州市| 新沂市| 景德镇市| 扎赉特旗| 盈江县| 馆陶县| 祁阳县| 东港市| 罗山县| 响水县| 南木林县| 时尚| 长葛市| 盐津县| 米脂县| 新丰县| 会宁县| 菏泽市| 新巴尔虎左旗| 汉源县| 松江区| 白河县| 河北区| 乌拉特中旗| 望江县| 鹿泉市| 鹤山市| 淮滨县| 兰西县| 北宁市| 武宣县| 邵阳市| 平湖市| 东乌珠穆沁旗| 台江县| 浦县| 兴宁市| 中西区| 广州市| 昌宁县| 桐柏县|