摘要: 1、 #include <stdio.h> #define M_PER_HOUR 60 int main(void) { int min; int hour, min_left; printf("please input the minutes to convert: "); scanf("%d", 阅读全文
posted @ 2021-08-12 23:28 小鲨鱼2018 阅读(58) 评论(0) 推荐(0)