M=eval(input()) N=int (eval(input())) a=M+N b=M*N c=pow(float(M),float(N)) d=M%N if M>N: e=M else: e=N print(a,b,c,d,e)
posted on 2020-03-15 16:41 幻锁 阅读(483) 评论(0) 编辑 收藏 举报