Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
1682 陈思雨 时分秒转换 C++ Accepted 100 0 MS 260 KB 151 2019-10-18 19:54:05

Tests(2/2):


#include<iostream> int main(){ int a,b,c,d,e,f; scanf("%d",&a); e=a/60/60; f=(a-e*60*60)/60; printf("%d:%d:%d",e,f,a%60); return 0; }


Judgement Protocol: