C+Primer+Plus++ 第五章 分鐘轉換成小時

//把分轉換成小時 #include <stdio.h> #define M_PER_H 60 //常量用大寫來表示 int main(void) { int hour,min,time_m; printf("Convert minutes to hours and minutes!\n"); printf("Now enter the number of minutes(<=0 t
相關文章
相關標籤/搜索