史上最难
#include<stdio.h>int main(void){
int a=2,b=2,s;
printf("%d\n",s=(++a)+(++a));
printf("%d\n",s=(++b)+(++b));
return 0;
}
结果为什么不是3+3=6
2018-03-18 23:10
2018-03-18 23:19
[此贴子已经被作者于2018-3-18 23:45编辑过]
2018-03-18 23:44

2018-03-19 00:18
2018-03-19 01:15
2018-03-20 12:20
2018-03-20 13:39

2018-03-20 13:56
2018-03-20 20:39
2018-03-20 20:39