会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
TOTO2
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
下一页
2017年11月4日
10月10日
摘要: #include using namespace std; int main(){ int i,j; for(i=1;i<=60;i++){ for(j=1;j<=50;j++){ cout<<"*"; } cout<<endl; } }
阅读全文
posted @ 2017-11-04 20:14 TOTO2
阅读(141)
评论(0)
推荐(0)
2017年9月25日
9.22作业5
摘要: #include<iostream> using namespace std; int main() { cout<<(6&3)<<endl; return 0; }
阅读全文
posted @ 2017-09-25 09:22 TOTO2
阅读(88)
评论(0)
推荐(0)
9..22作业4
摘要: #include using namespace std; int main() { short int s=3; s+=4; cout<<"s="<<s<<endl; return 0; }
阅读全文
posted @ 2017-09-25 09:19 TOTO2
阅读(96)
评论(0)
推荐(0)
9.22作业3
摘要: 第一个 第二个
阅读全文
posted @ 2017-09-25 09:17 TOTO2
阅读(64)
评论(0)
推荐(0)
9.22作业2
摘要: #include<iostream> using namespace std; int main() { int a=11,b=1,c; while(a>0,b<6){ c=a-2*b; cout<<c<<endl; b++; } return 0; } #include<iostream> usi
阅读全文
posted @ 2017-09-25 09:11 TOTO2
阅读(91)
评论(0)
推荐(0)
9.22作业
摘要: #include using namespace std; int main() { int x=8999; int value=x*1000/1000; cout using namespace std; int main() { int x=8999; int value=x/1000*1000; cout using namespace st...
阅读全文
posted @ 2017-09-25 09:07 TOTO2
阅读(122)
评论(0)
推荐(0)
2017年9月21日
9.28 作业 6
摘要: #include<iostream> using namespace std; int main() { int short a; a=684318; cout<<"a="<<a<<endl; return 0; }
阅读全文
posted @ 2017-09-21 16:16 TOTO2
阅读(128)
评论(1)
推荐(0)
9.18作业 5
摘要:
阅读全文
posted @ 2017-09-21 16:14 TOTO2
阅读(72)
评论(0)
推荐(0)
9.18作业 4
摘要:
阅读全文
posted @ 2017-09-21 16:12 TOTO2
阅读(80)
评论(0)
推荐(0)
9.18作业 3
摘要: #include using namespace std; int main() { bool flag; flag=true; if(flag) cout<<false<<endl; return 0; }
阅读全文
posted @ 2017-09-21 16:10 TOTO2
阅读(71)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页
公告