问题标题: https://ke.codingtang.com/#/problem/problemSub?id=7406

0
0

0
已采纳
杨双瑞
杨双瑞
高级光能
高级光能
  • #include<iostream>
  • using namespace std;
  • int main(){
    • int a,b;
    • cin>>a>>b;
    • if(a%b>=3){
      • cout<<"开心";
      • }else{ 
      •  cout<<"不开心"
      •  }
  • return 0;
  • }
0
0
0
姜宇轩
姜宇轩
中级天翼
中级天翼

这……你是讨代码的吧,举报不谢

0
0
0
0
焦胤轩
焦胤轩
新手光能
新手光能

int n,m;

输入n>>m;

如果((int)(n%m==0||n%m<3)){

输出不开心;

}else{

输出开心;

}

0
我要回答