zoj 1001 python起步

1 /*赶角还是挺好的。。。。*/
2 import sys
3 
4 for line in sys.stdin:
5     a=line.split()
6     print int(a[0])+int(a[1])

 

posted on 2013-07-12 21:05  Stomach_ache  阅读(187)  评论(0编辑  收藏  举报

导航