VC++ 6.0中为什么结果是14?????
#include <iostream>int main()
{
using namespace std;
int x=0;
int y=4+(++x)+6+(++x);
cout<<y<<endl;
cout<<x<<endl;
return 0;
}
2015-05-12 15:24
2015-05-12 15:39
2015-05-12 16:45
2015-05-12 18:18
2015-05-12 20:01
2015-05-12 21:21
2015-05-24 21:47

2015-05-24 23:38
2015-05-25 19:42

2015-05-25 21:52