摘要: #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 阅读(124) 评论(1) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-09-21 16:14 TOTO2 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-09-21 16:12 TOTO2 阅读(74) 评论(0) 推荐(0) 编辑
摘要: #include using namespace std; int main() { bool flag; flag=true; if(flag) cout<<false<<endl; return 0; } 阅读全文
posted @ 2017-09-21 16:10 TOTO2 阅读(65) 评论(0) 推荐(0) 编辑
摘要: #include<iostream> using namespace std; int main() { float x; x=2.4; cout<<"x="<<x<<endl; return 0; } 阅读全文
posted @ 2017-09-21 16:05 TOTO2 阅读(106) 评论(0) 推荐(0) 编辑
摘要: #include<iostream> using namespace std; int main() { long long int a; a=12345678901234; cout<<a<<endl; return 0; } 阅读全文
posted @ 2017-09-21 16:02 TOTO2 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 老师真不会。。。。 阅读全文
posted @ 2017-09-21 10:56 TOTO2 阅读(114) 评论(0) 推荐(0) 编辑