华师一附中OI组
标题:
奇数偶数判断
[打印本页]
作者:
liuxingyu501
时间:
2021-8-12 21:15
标题:
奇数偶数判断
#include <iostream>
using namespace std;
int a;
int apple,box;
int main()
{
cin>>apple;
if (apple%3==0) box=apple/3;
else box=apple/3+1;
cout<<box;
return 0;
}
欢迎光临 华师一附中OI组 (http://hsyit.cn/)
Powered by Discuz! X3.2