Run ID:132228

提交时间:2025-10-07 13:40:02

a=int(input()) x=a//60//60 f=a//60 m=(a-f*60) print(x,f,m)