m=eval(input ())n=eval(input ())n1=m+nn2=m*nn3=pow(m,n)n4=n/mn5=max(m,n)print(int(n1),n2,n3,int(n4),n5)