时间转换为什么我错了,请大家看看。
2024-11-11 19:49:34
发布于:浙江
时间转换为什么我错了,请大家看看。
#include <iostream>
using namespace std;
int main(){
int a;
cin >> a;
cout << a / ( 60 * 24 )<< ":";
cout << a / 60<< ":";
cout << a % 60;
}
全部评论 1
哪里的题,发一下链接
2025-07-17 来自 浙江
0
有帮助,赞一个