Ciel and Flowers

Posted thusloop

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ciel and Flowers相关的知识,希望对你有一定的参考价值。

Ciel and Flowers
枚举r,g,b为1的次数

//#pragma GCC optimize(2)
//#pragma GCC optimize(3,"Ofast","inline")
#include<bits/stdc++.h>
#define int long long
#define fi first
#define se second
#define pb push_back
#define pii pair<int,int>
#define ios ios::sync_with_stdio(false);cin.tie(0);cout.tie(0);
using namespace std;
const int inf=(int)8e18+100;
const int maxn=2e5+100;
signed main()
{
	int a[10];
	cin>>a[1]>>a[2]>>a[3];
	sort(a+1,a+3+1);
	int ans=0;
	for(int p=0;p<=min(a[1],(int)4);p++)
	{
		ans=max(ans,p+(a[1]-p)/3+(a[2]-p)/3+(a[3]-p)/3);
	}
	cout<<ans<<"\\n";
}

以上是关于Ciel and Flowers的主要内容,如果未能解决你的问题,请参考以下文章

CodeForces 321 A - Ciel and Robot

codechef Ciel and Receipt题解

网络流(费用流)CodeForces 321B:Ciel and Duel

Codeforces 321E Ciel and Gondolas

CodeForces 321A Ciel and Robot(数学模拟)

[CF321D]Ciel and Flipboard