Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
21167 张承志 时分秒转换 C++ Accepted 100 0 MS 256 KB 156 2021-06-26 18:46:10

Tests(2/2):


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


Judgement Protocol: