提交时间:2020-07-26 15:30:11
运行 ID: 5026
#include<iostream> int main(){ int n; scanf("%d",&n); cout<<n/600<<":"<<n%600/60<<":"<<n%600%60; }