码迷,mamicode.com
首页 > 其他好文 > 详细

A+B 输入输出练习I

时间:2014-10-22 08:44:07      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   sp   div   log   bs   as   class   

while True:    
    try:
        s=raw_input()
        a,b=s.split( )
        a,b=int(a),int(b)
        print a+b
    except EOFError:
        break

 

A+B 输入输出练习I

标签:style   blog   color   sp   div   log   bs   as   class   

原文地址:http://www.cnblogs.com/nbalive2001/p/4042191.html

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