[STL训练]A+B Python------十二 摘要:解题思路:用while循环,可不受组数限制。注意事项:引用try......except......进行取数,不受组数限制(防止测试时组数与题干数不同)参考代码:while True: tr…… 题解列表 2022年03月14日 0 点赞 0 评论 229 浏览 评分:9.9
编写题解 2074: [STL训练]A+B 摘要:解题思路:注意事项:参考代码:while True: try: a,b=map(str,input().split()) print(int(a.repl…… 题解列表 2022年03月16日 0 点赞 0 评论 292 浏览 评分:9.9
2074: [STL训练]A+B(Java) 摘要: import java.math.*; import java.util.*; public class Main { public stat…… 题解列表 2021年03月23日 0 点赞 0 评论 289 浏览 评分:9.9