简单易于理解的字符串排序问题——Python 摘要:注意事项: 利用中间变量实现变量的替换参考代码:a=input()b=input()c=input()ifa>b:…… 题解列表 2025年01月05日 0 点赞 0 评论 672 浏览 评分:0.0
【C++】【超详细】在输入数组的同时进行排序,减少不必要的开销 摘要:```cpp#include using namespace std;// 声明一个数组。全局变量自动初始化,无需手动={0}int a[10];int main(){…… 题解列表 2025年01月06日 3 点赞 0 评论 692 浏览 评分:0.0
排序+去重 摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){ intnumber[100]; intn,…… 题解列表 2025年01月06日 1 点赞 0 评论 507 浏览 评分:0.0
用列表插入和加法来解题 摘要:解题思路:a = int(input())for i in range(a): b = list(map(int,input().split()))  …… 题解列表 2025年01月06日 0 点赞 0 评论 434 浏览 评分: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 评论 992 浏览 评分:0.0
财务管理,非数组方法 摘要:解题思路:注意事项:参考代码:total =0for i in range(12): balance=float(input()) total+=b…… 题解列表 2025年01月07日 0 点赞 0 评论 571 浏览 评分:0.0
c++标题太短写点废话 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<unordered_map>#include<string>using name…… 题解列表 2025年01月08日 0 点赞 0 评论 346 浏览 评分:0.0
输入输出练习之精度控制 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ float num;…… 题解列表 2025年01月09日 1 点赞 0 评论 914 浏览 评分:0.0
简单易懂 给个赞 嘻嘻 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#define N 10000void text(int * a , int n){ int co…… 题解列表 2025年01月09日 2 点赞 0 评论 541 浏览 评分:0.0