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

大数运算(python2)

时间:2016-12-10 21:53:45      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:class   put   大数   方便   bsp   只读   print   span   int   

偶然又遇到了一道大数题,据说python大数运算好屌,试了一发,果然方便~

1
a = int( raw_input() ); //注意这里是按行读入的,即每行只读一个数 2 b = int( raw_input() ); 3 print a+b; 4 print a*b; 5 print a/b; 6 print a%b;

 

大数运算(python2)

标签:class   put   大数   方便   bsp   只读   print   span   int   

原文地址:http://www.cnblogs.com/geloutingyu/p/6156438.html

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