問題詳情

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

參考答案