- 博客(1)
- 资源 (1)
- 收藏
- 关注
原创 printf的工作顺序和++问题
#include #include using namespace std; int main() { int a =15; printf("%d,%d,%d",++a,a++,10*a++); return 0; }
2011-10-10 20:59:40
1221
1
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人