??? int i = 0;??? while (i < 3)??? {??????? switch (i++)??????? {??????????? case 0: printf("fat ");??????????? case 1: printf("hat ");??????????? case 2: printf("cat ");??????????? default:printf("Oh no!");??????? }??????? putchar('\n');??? }不應(yīng)該先是i=0,然后0<3, 0+1=1, 執(zhí)行case1以及以后的語句嘛
- 1 回答
- 2 關(guān)注
- 1021 瀏覽
添加回答
舉報(bào)
0/150
提交
取消