c程序設計系統1-15溫度轉換

#include <stdio.h> #define step 20 int changes(int temp); main() {     int i;     for (i = 0; i< 300; i = i + step)     {         printf("%d %d/n",i,changes(i));     }     return 0; } int changes(int
相關文章
相關標籤/搜索