#include <stdio.h>main(){ int y=10; while(y--); printf("%d\n",y);}為什么輸出來(lái)的是-1;而不是其他的數(shù)字
C語(yǔ)言問(wèn)題1
qq_風(fēng)_21
2017-11-19 21:18:33