摘要: #include <stdio.h> main() { int a,b=2; a=(++b)+(b++); printf("%d,%d",a,b); } 阅读全文
posted @ 2022-10-24 15:33 myrj 阅读(202) 评论(0) 推荐(0) 编辑