#include <stdio.h> void main() { int a=12,b=12; printf(“%d,%d\n”,--a,++b); } 怎么答呢

我要回帖

 

随机推荐