高精度_百炼_大整数除法 2737 (Python)

a=input()
a=int(a)
b=input()
b=int(b)
print(a//b)
print("\n")

 

posted @ 2018-01-31 19:40  MapReduce  阅读(855)  评论(0编辑  收藏  举报