1009简单易看题解,并注释 摘要:```#include#includeint main(){ char a[6]; scanf("%s",a); //直接用库函数 int …… 题解列表 2025年01月06日 5 点赞 0 评论 859 浏览 评分:0.0
排序+去重 摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){ intnumber[100]; intn,…… 题解列表 2025年01月06日 1 点赞 0 评论 317 浏览 评分:0.0
用列表插入和加法来解题 摘要:解题思路:a = int(input())for i in range(a): b = list(map(int,input().split()))  …… 题解列表 2025年01月06日 0 点赞 0 评论 201 浏览 评分: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 评论 614 浏览 评分:0.0
财务管理,非数组方法 摘要:解题思路:注意事项:参考代码:total =0for i in range(12): balance=float(input()) total+=b…… 题解列表 2025年01月07日 0 点赞 0 评论 265 浏览 评分:0.0
c++标题太短写点废话 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<unordered_map>#include<string>using name…… 题解列表 2025年01月08日 0 点赞 0 评论 134 浏览 评分:0.0
输入输出练习之精度控制 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ float num;…… 题解列表 2025年01月09日 0 点赞 0 评论 290 浏览 评分:0.0
简单易懂 给个赞 嘻嘻 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#define N 10000void text(int * a , int n){ int co…… 题解列表 2025年01月09日 2 点赞 0 评论 304 浏览 评分:0.0
编写题解 1015: [编程入门]求和训练 文章 > 编写题解 摘要:解题思路:注意事项:注意最后输出时要保留两位小数,sum3+=1 . 0/i时1需要+.0参考代码:#include<bits/stdc++.h>using namespace std;i…… 题解列表 2025年01月10日 0 点赞 0 评论 441 浏览 评分:0.0