会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
kilutou
博客园
首页
新随笔
联系
管理
订阅
[置顶]
刚注册好,来混一波水
摘要: #include<iostream> using namespace std; int main() { int year; cout<<"输入年份:"<<endl; cin>>year; if (year%4==0&&year%100!=0||year%400==0) cout<<"y"<<end
阅读全文
posted @ 2017-07-26 21:22 kilutou
阅读(45)
评论(0)
推荐(0)
2017年7月27日
今天快疯了。。。
摘要: #include<iostream> using namespace std; int main() { int a,b,s; cin>>a>>b; for(int i=a;i<=b;i+2) { if(i%2==0) continue; s=s+i; } cout<<s<<endl; return
阅读全文
posted @ 2017-07-27 22:52 kilutou
阅读(58)
评论(0)
推荐(0)
公告