第2章 算法——程序的靈魂

c語言例題總結 第2章 算法——程序的靈魂 第2章 算法——程序的靈魂 例題 #include<stdio.h> int main() { int i,t=1; for(i=2;i<=5;i++) { t=t*i; } printf("5!=%d",t); return 0; } 例題 #include<stdio.h> int mai
相關文章
相關標籤/搜索