2015年5月10日
摘要: 1 from decimal import getcontext, Decimal 2 3 4 def main(): 5 n = int(raw_input()) 6 p = int(raw_input()) 7 8 getcontext().prec = p+10... 阅读全文
posted @ 2015-05-10 18:34 sangocare 阅读(286) 评论(0) 推荐(0) 编辑