华师一附中OI组
标题:
苹果装箱
[打印本页]
作者:
新504章紫蕗
时间:
2021-8-12 13:37
标题:
苹果装箱
#include<iostream>
using namespace std;
int a,b;
int main()
{
cin>>a;
if(a%3==0) cout<<a/3;
else cout<<a/3+1;
return 0;
}
作者:
邱紫函
时间:
2021-8-12 16:13
#include<iostream>
using namespace std;
int a,b;
int main()
{
cin>>a;
if(a%3==0) cout<<a/3;
else cout<<a/3+1;
return 0;
}
作者:
邱紫函
时间:
2021-8-12 16:16
#include <iostream>
using namespace std;
int x,a,b;
int main()
{
cin>>x;
a=x/3;
b=x%3/2;
cout<<a+b;
return 0;
}
复制代码
欢迎光临 华师一附中OI组 (http://hsyit.cn/)
Powered by Discuz! X3.2