码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2018-01-31 22:26:53      阅读:388      评论:0      收藏:0      [点我收藏+]

标签:大整数   color   span   inpu   高精度   除法   div   int   class   

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

 

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

标签:大整数   color   span   inpu   高精度   除法   div   int   class   

原文地址:https://www.cnblogs.com/MapReduce/p/8394534.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!