n,h,m,t=map(int,input().split()) u=~-n*t+60*h+m print(u//60%24) print(u%60)