会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
三叶癌
2017年9月21日
练习题6
摘要: #include<iostream>using namespace std;int main(){ int short a; a=684318; cout<<"a="<<a<<endl; return 0;}
阅读全文
posted @ 2017-09-21 11:28 三叶癌
阅读(86)
评论(0)
推荐(0)
练习题5
摘要: #include<iostream>using namespace std;int main(){ char a1,a2; a1='A'; a2='B'; cout<<"a1+a2="<<a1+a2<<endl; return 0;}
阅读全文
posted @ 2017-09-21 11:23 三叶癌
阅读(74)
评论(0)
推荐(0)
练习题4
摘要: #include<iostream>using namespace std;int main(){ float a; int b; a=5.8; b=a; cout<<"a="<<a<<'\n'<<"b="<<b<<endl; return 0;}
阅读全文
posted @ 2017-09-21 11:12 三叶癌
阅读(82)
评论(0)
推荐(0)
练习题3
摘要: #include<iostream>using namespace std;int main(){ bool flag; flag=true; if(flag) cout<<false<<endl; return 0; } #include<iostream>using namespace std;
阅读全文
posted @ 2017-09-21 11:01 三叶癌
阅读(79)
评论(0)
推荐(0)
练习题2
摘要: #include<iostream>using namespace std;int main(){ float x; x=2.4; cout<<"x="<<x<<endl; return 0;}
阅读全文
posted @ 2017-09-21 10:09 三叶癌
阅读(72)
评论(0)
推荐(0)
练习题1
摘要: #include<iostream>using namespace std;int main(){ long long int a; a=12345678901234; cout<<a<<endl; return 0;}
阅读全文
posted @ 2017-09-21 10:03 三叶癌
阅读(91)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告