0
点赞
收藏
分享

微信扫一扫

第n位整数位

Soy丶sauce 2022-03-19 阅读 29
python

 

x=int(input())
n=int(input())
c=str(x**2)
print(c[-n])
举报

相关推荐

0 条评论