【贪心】CF1845 C

Problem - C - Codeforces

题意:

【贪心】CF1845 C_第1张图片

【贪心】CF1845 C_第2张图片 

 

【贪心】CF1845 C_第3张图片

 Code:
 

#include 

//#define int long long

using namespace std;

const int mxn=3e5+10;
const int mxe=1e5+10;
const int mod=1e9+7;
const int Inf=0x3f3f3f3f;

string s,l,r;

int M;

void solve(){
	s.clear();
	l.clear();
	r.clear();
	cin>>s>>M>>l>>r;
	int p=0;
	for(int i=0;i>__;
	while(__--)solve();return 0;
}

你可能感兴趣的:(贪心,算法)