标签 c++ 下的文章

分享 0

1.将输入的分钟数转化为某某小时某某分钟例如,输入90,输出1小时 30分钟#include <iostream> using namespace std; int main() { int minute,hour; cout&...
阅读全文