int main(){ int A = 2; int B = 2; int C = A++; int D = ++B; printf("C=%d D=%d \n",C,D); return 0; }. https://ithelp.ithome.com.tw/upload/images/
確定! 回上一頁