华师一附中OI组
标题:
苹果装箱
[打印本页]
作者:
邹季恒
时间:
2021-8-13 13:16
标题:
苹果装箱
#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;
}
欢迎光临 华师一附中OI组 (http://hsyit.cn/)
Powered by Discuz! X3.2