华师一附中OI组

标题: 苹果装箱 [打印本页]

作者: 604班汪嘉诚    时间: 2021-8-12 11:23
标题: 苹果装箱
#include <iostream>
using namespace std;
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