code testing

 1 #include<iostream>
 2 #include<climits>
 3 
 4 int main(){
 5     using namespace std;
 6     int n_int = INT_MAX;
 7     short n_short = SHRT_MAX;
 8     long n_long = LONG_MAX;
 9     
10     cout<<"\007 sdsdsdsd";
11     
12     cin>>n_int;
13     return 0;
14 
15 
16 }
code testing 


试试看

posted @ 2013-09-16 14:32  qoshi  阅读(145)  评论(0编辑  收藏  举报