这条代码是要计算出1×2×3×4×5 这在书上看到的代码
C语言里main() {int i,t; t=1; i=2; while(i<=5) {t=t*i; i=i+1; } printf(“%d”,t); }
当年话下
肥皂起泡泡
相关分类