SoCodingOJ
问题
状态
排行
讨论
小组
比赛
帮助
登录
python
QLxie2023
发表于 1年前 · 关联问题
平方与立方
n = int(input()) for i in range(1,n+1):
print(i**2,i**3)