华师一附中OI组
标题:
苹果装箱
[打印本页]
作者:
cody2011
时间:
2021-8-14 11:11
标题:
苹果装箱
#include<iostream>
using namespace std;
int x,y,a;
int main()
{
cin>>x;
y=x/3;
a=x%3;
if(x%3==0)
cout<<y;
else
cout<<a;
return 0;
}
欢迎光临 华师一附中OI组 (http://hsyit.cn/)
Powered by Discuz! X3.2