1090—————— A+B for Input-Output Practice (VI) 摘要:题目:1090: A+B for Input-Output Practice (VI) **题目描述** Your task is to calculate the sum of some int…… 题解列表 2022年08月20日 0 点赞 0 评论 274 浏览 评分:0.0
1089—————— A+B for Input-Output Practice (V) 摘要:题目:1089: A+B for Input-Output Practice (V) **题目描述** Your task is to calculate the sum of some inte…… 题解列表 2022年08月20日 0 点赞 0 评论 256 浏览 评分:0.0
1088——————A+B for Input-Output Practice (IV) 摘要:题目:1088: A+B for Input-Output Practice (IV) **题目描述** Your task is to Calculate the sum of some int…… 题解列表 2022年08月20日 0 点赞 0 评论 367 浏览 评分:0.0
1087——————A+B for Input-Output Practice (III) 摘要:题目:1087: A+B for Input-Output Practice (III) **题目描述** Your task is to Calculate a + b. ——翻译(来源百度翻…… 题解列表 2022年08月20日 0 点赞 0 评论 354 浏览 评分:0.0
1086——————A+B for Input-Output Practice (II) 摘要:题目:1086: A+B for Input-Output Practice (II) **题目描述** The first line integer means the number of in…… 题解列表 2022年08月20日 0 点赞 0 评论 372 浏览 评分:0.0
1085——————A+B for Input-Output Practice (I) 摘要:题目:1085: A+B for Input-Output Practice (I) **题目描述** Your task is to Calculate a + b. Too easy?! Of…… 题解列表 2022年08月20日 0 点赞 0 评论 343 浏览 评分:0.0
2576——————解码 摘要: n = input() #输入字符串 H3el5o2 s = '' #建空字符串 because输入是字符串 for i in range(len(n…… 题解列表 2022年08月20日 0 点赞 0 评论 348 浏览 评分:9.9
就循环判断呗 摘要:解题思路:注意事项:参考代码:while True: n=int(input()) if n!=0: &nbs 题解列表 2022年08月16日 0 点赞 0 评论 311 浏览 评分:9.9
数组的距离-Python 摘要:解题思路: 没有技巧,直接全部算出来取最小哈哈,说下代码思路 以a1 a2 a3 a4 a5 b1 b2 b3 b4 b5 为例(ai, bi, i=1,2,3,4,5) …… 题解列表 2022年08月14日 0 点赞 1 评论 279 浏览 评分:9.9
没什么特别的 摘要:解题思路:注意事项:参考代码:a,n=map(int,input().split()) s=0 b=str(a) for i in range(n): s+=int(b) a…… 题解列表 2022年08月13日 0 点赞 0 评论 264 浏览 评分:9.9