-
个人简介
#include<bits/stdc++.h> using namespace std; int main(){ int s,m,h,t; cin>>t; s=t%60; h=t/3600; m=t%3600/60; printf("%02d:%02d:%02d:",h,m,s); //cout<<a*b;
return 0;}
-
通过的题目
-
最近活动
This person is lazy and didn't join any contests or homework. -
最近编写的题解
This person is lazy and didn't write any solutions.
题目标签
- 一本通编程启蒙
- 73