#include <stdio.h> int main() { int b = 5, ++b; printf("%d\n",b); return 0; }
请问
这个代码那里有问题?
onemoo
o苏辛o
相关分类