摘要: 1 #include<iostream> 2 using namespace std; 3 void main() 4 { 5 for(int i=0;i<5;i++) 6 cout<<i<<' '; 7 cout<<endl; 8 for(int i=5;i<10;i++) 9 cout<<i<<' ';10 cout<<endl;11 }12 13 --------------------Configuration: fgyt - Win32 Debug----- 阅读全文
posted @ 2013-05-09 12:12 wkl7123 阅读(404) 评论(0) 推荐(0)