a=eval(input()) for i in range(6): j=pow(a,i) print(j,sep=' ',end=' ')
posted on 2020-03-15 16:39 幻锁 阅读(170) 评论(0) 编辑 收藏 举报