a,b = map(int, input().split()) if a > b: s = b else: s = a s = s *2 print ("s")