华师一附中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
  1. #include <iostream>
  2. using namespace std;
  3. int x,a,b;
  4. int main()
  5. {
  6.         cin>>x;
  7.         a=x/3;
  8.         b=x%3/2;
  9.         cout<<a+b;
  10.         return 0;
  11. }  
复制代码





欢迎光临 华师一附中OI组 (http://hsyit.cn/) Powered by Discuz! X3.2