用列表插入和加法来解题 摘要:解题思路:a = int(input())for i in range(a): b = list(map(int,input().split()))  …… 题解列表 2025年01月06日 0 点赞 0 评论 206 浏览 评分:0.0
编写题解 1012: [编程入门]字符串分类统计python 摘要:解题思路:注意事项:参考代码:m=input()a,b,c,d=0,0,0,0if len(m)<200: for i in m: &nbs…… 题解列表 2025年01月06日 1 点赞 0 评论 633 浏览 评分:0.0
财务管理,非数组方法 摘要:解题思路:注意事项:参考代码:total =0for i in range(12): balance=float(input()) total+=b…… 题解列表 2025年01月07日 0 点赞 0 评论 269 浏览 评分:0.0
c++标题太短写点废话 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<unordered_map>#include<string>using name…… 题解列表 2025年01月08日 0 点赞 0 评论 136 浏览 评分:0.0
输入输出练习之精度控制 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ float num;…… 题解列表 2025年01月09日 0 点赞 0 评论 298 浏览 评分:0.0
简单易懂 给个赞 嘻嘻 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#define N 10000void text(int * a , int n){ int co…… 题解列表 2025年01月09日 2 点赞 0 评论 311 浏览 评分:0.0
编写题解 1015: [编程入门]求和训练 文章 > 编写题解 摘要:解题思路:注意事项:注意最后输出时要保留两位小数,sum3+=1 . 0/i时1需要+.0参考代码:#include<bits/stdc++.h>using namespace std;i…… 题解列表 2025年01月10日 0 点赞 0 评论 465 浏览 评分:0.0
题解 3016: 第几项 摘要:解题思路:注意事项:for和while都可以!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!参考代码:#include …… 题解列表 2025年01月10日 0 点赞 0 评论 135 浏览 评分:0.0
简单for if嵌套 摘要:解题思路:简单for if嵌套注意事项:无参考代码:#Pythonsum_1 = 0for i in range(1,1001):if i%7==0:&…… 题解列表 2025年01月10日 1 点赞 0 评论 163 浏览 评分:0.0