a,b = map(str, input().split()) if a == str(Sat) or str(Sun): print('8/32') elif (a, b) == (str(Sat), str(Sun)) or (str(Sun), str(Sat)): print('8/33') else: print('8/31')