h = input().split() s = int(h[0]) e = int(h[1]) h = e - s if (s > e): h += 24 elif (e == s): h = 24 print ("O JOGO DUROU", h, "HORA(S)")