c/c++ 发布于 2020,10,10 2737 次阅读 #include <stdio.h> int main(){ int a,b; a = 0123; b = 3210; printf("%d", a+b); return 0; }
Comments | 0 条评论