1211: 平方和与立方和 摘要:```python while True: s1=0 s2=0 a,b=map(int,input().split()) for i in range(a,b…… 题解列表 2022年01月15日 0 点赞 0 评论 339 浏览 评分:9.9
1211基础解法(Python) 摘要:注意事项:用import sys的情况下进行多行输入第一个测试点有问题,但是结果没有错误,所以这两种方式有什么区别呢?参考代码:while True: try: a,b = map…… 题解列表 2023年05月29日 0 点赞 0 评论 95 浏览 评分:0.0
1211: 平方和与立方和 摘要:解题思路:注意事项:参考代码:while True: try: A,B=map(int,input().split()) pin,li=0,0 …… 题解列表 2022年02月22日 0 点赞 0 评论 470 浏览 评分:0.0