a,b,c=map(int,input().split()) print(f'A+B+C={"Infinity" if a+b+c==3 else a+b+c}')