d=list(map(int,input().split())) c=d[2]+d[3]*(d[0]-1) print(f"{(c//60+d[1])%24}\n{c%60}")