数数
https://ac.nowcoder.com/acm/problem/233243
由于1+3+5+...+(2n-1) = n^2
所以:
print(int(input())**2)
暂无评论,快来抢首评~
相关推荐