a,b,c=map(int,input().split()) ans=str(a+b+c) if a==b==c==1: ans="Infinity" print("A+B+C="+ans)