問題詳情

【題組】⑶ int x=15, y=23, temp=0;x = temp;y= x;temp = y;

參考答案