摘要: Practice1. 输入分钟输出对应的小时和分钟。#include#define MIN_PER_H 60int main(void){int mins, hours, minutes;printf("Convert mins to hours and minutes\n");printf(... 阅读全文
posted @ 2016-08-25 15:39 行动救赎 阅读(216) 评论(0) 推荐(0) 编辑