2015年5月12日
摘要: 1 from __future__ import print_function 2 3 4 def main(): 5 t = int(raw_input()) 6 for _ in range(t): 7 n = int(raw_input()) 8 ... 阅读全文
posted @ 2015-05-12 17:22 sangocare 阅读(177) 评论(0) 推荐(0) 编辑