A, B = map(str, input().split()) a = int(A) b = int(B) if A[-2:] == B[-2:] == '00' and (A[1] == '0' or B[1] == '0'): print(a * b // 10) else: print(['E', a*b][-99999999 <= a*b <= 99999999])