-
Bio
#include<iostream> using namespace std; int main() { cout<<23<<endl; cout<<2+5<<endl; cout<<((23)||(2+5))<<endl; } //第一种:房间号为偶数; //第二种:房间号大于4且不大于12. //小T喜欢两种条件同时成立的房间号, //乐乐喜欢至少符合其中一种条件的房间号, //胖哥喜欢刚好有符合其中一个性质的房间号, //阿正喜欢不符合两个条件的房间号。 //现在输入一个房间号t, //请问他们是否喜欢这个房间呢? #include<iostream> using namespace std; int main() { int a; cin>>a; if(a%2==0&&a>=4&&a<=12)
cout<<"1"<<endl; else cout<<"0"<<endl; if((a%2==0&&a>=4&&a<=12)||(a%2!=0&&a>=4&&a<=12)||(a%2==0&&a<=4&&a>=12)) cout<<"1"<<endl; else cout<<"0"<<endl; if((a%2!=0&&a>=4&&a<=12)||(a%2==0&&a<=4&&a>=12)) cout<<"1"<<endl; else cout<<"0"<<endl; if(a%2!=0&&a<=4&&a>=12) cout<<"1"<<endl; else cout<<"0"<<endl;
} #include<iostream> using namespace std; int main() { int a; cin>>a; if(a%40&&a%100!=0) { cout<<"闰年"<<endl; } else if(a%1000&&a%4000) { cout<<"闰年"<<endl; } else if(b2) { cout<<"28"<<endl; } else if(b2&&b4&&b6&&b9&&b==11) { cout<<"30"<<endl; } else { cout<<"平年"<<endl; } } #include<iostream> using namespace std; int main() { int a,b,c; cin>>a>>b>>c; int d=aaa+bbb+ccc; int e=a100+b10+c; cout<<e<<endl;
if(d==e) { cout<<"Yes"<<endl; } else { cout<<"No"<<endl; }
} #include<iostream> using namespace std; int main() { int a,b; cin>>a>>b; if(a%40&&a%100!=0&&b2) { cout<<"29"<<endl; } else if(a%1000&&a%4000&&b2) { cout<<"29"<<endl; } else if(b2) { cout<<"28"<<endl; } else if(b2&&b4&&b6&&b9&&b==11) { cout<<"30"<<endl; } else { cout<<"31"<<endl; } }
-
Accepted Problems
-
Recent Activities
Problem Tags
- 编程考级
- 11
- GESP
- 11
- CSP
- 10
- 厦门信息学
- 10
- 厦门创客大赛C++项目
- 10
- 信息科技特长生
- 9
- 判断
- 4
- 循环
- 4
- 算法笔记
- 1
- 算法笔记 入门必做题
- 1
- 入门必做-基础问题 一本通 一本通2018-第六章-贪心算法
- 1
- 名校复试机考真题-清华大学
- 1
- C++基础教程-程序结构
- 1
- 循环语句
- 1
- 鸡兔同笼
- 1
- 递推
- 1
- 递归
- 1
- 联合
- 1
- 问与答
- 1
- 编程语言
- 1