摘要: 1 # 查看python编码 2 import sys 3 print(sys.getdefaultencoding()) 阅读全文
posted @ 2020-11-19 19:30 尾声 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 10万位:http://www.geom.uiuc.edu/%7Ehuberty/math5337/groupe/digits.html 100万位:https://www.piday.org/million/ 10亿位以及12410亿位:https://stuff.mit.edu/afs/sipb 阅读全文
posted @ 2020-11-19 19:23 尾声 阅读(121) 评论(0) 推荐(0) 编辑
摘要: Sum Problem Problem Description In this problem, your task is to calculate SUM(n) = 1 + 2 + 3 + ... + n. Input The input will consist of a series of i 阅读全文
posted @ 2020-07-07 15:24 尾声 阅读(68) 评论(0) 推荐(0) 编辑
摘要: Problem Description Calculate A + B. Input Each line will contain two integers A and B. Process to end of file. Output For each case, output A + B in 阅读全文
posted @ 2020-07-07 10:44 尾声 阅读(450) 评论(0) 推荐(0) 编辑