返回列表 發帖

APCS 觀念題 10510 模擬考 23

下列程式,執行完後輸出為何?
  1. int i=3, x=5;
  2. int N=5536;
  3. while (i <= N)
  4. {
  5.     i = i * i * i;
  6.     x = x + 1;
  7. }
  8. printf ("%d %d \n",  i, x);
複製代碼
本帖隱藏的內容需要回復才可以瀏覽

此帖僅作者可見

TOP

此帖僅作者可見
Vincent

TOP

此帖僅作者可見

TOP

此帖僅作者可見

TOP

此帖僅作者可見

TOP

此帖僅作者可見

TOP

返回列表