Run ID:132226

提交时间:2025-10-07 13:39:36

a=int(input()) x=a//60 y=a%60 z=x//60 x=x-z*60 print(z,x,y)