摘要: 坑爹的黑店maxm=10000v=[150,200,350]t=int(raw_input())for ii in range(0,t): m=int(raw_input()) f=[] for j in range(0,m+1): f.append(m) fo... 阅读全文
posted @ 2014-10-22 09:53 Mose 阅读(159) 评论(0) 推荐(0) 编辑
摘要: while True: try: s=raw_input() a,b=s.split(' ') a,b=int(a),int(b) print a+b except EOFError: breakA+B 输入输... 阅读全文
posted @ 2014-10-22 08:35 Mose 阅读(471) 评论(0) 推荐(0) 编辑