摘要: 1 int main() 2 { 3 int i=0,j=0,a,b; 4 a=i++; 5 b=++j; 6 cout<<"i="<<i<<endl; 7 cout<<"j="<<j<<endl; 8 cout<<"a="<<a<<endl; 9 ... 阅读全文
posted @ 2015-01-05 10:24 北落师问 阅读(127) 评论(0) 推荐(0) 编辑