石头剪刀布 超简单 模拟 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"usingnamespacestd;intmain(){…… 题解列表 2025年01月05日 0 点赞 0 评论 215 浏览 评分:0.0
多项式输出 没难度 直接模拟 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"usingnamespacestd;intn,a[110];…… 题解列表 2025年01月05日 0 点赞 0 评论 163 浏览 评分:0.0
简单易于理解的字符串排序问题——Python 摘要:注意事项: 利用中间变量实现变量的替换参考代码:a=input()b=input()c=input()ifa>b:…… 题解列表 2025年01月05日 0 点赞 0 评论 477 浏览 评分:0.0
【C++】【超详细】在输入数组的同时进行排序,减少不必要的开销 摘要:```cpp#include using namespace std;// 声明一个数组。全局变量自动初始化,无需手动={0}int a[10];int main(){…… 题解列表 2025年01月06日 2 点赞 0 评论 511 浏览 评分:0.0
1009简单易看题解,并注释 摘要:```#include#includeint main(){ char a[6]; scanf("%s",a); //直接用库函数 int …… 题解列表 2025年01月06日 5 点赞 0 评论 975 浏览 评分:0.0
排序+去重 摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){ intnumber[100]; intn,…… 题解列表 2025年01月06日 1 点赞 0 评论 372 浏览 评分:0.0
用列表插入和加法来解题 摘要:解题思路:a = int(input())for i in range(a): b = list(map(int,input().split()))  …… 题解列表 2025年01月06日 0 点赞 0 评论 248 浏览 评分: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 评论 694 浏览 评分:0.0
财务管理,非数组方法 摘要:解题思路:注意事项:参考代码:total =0for i in range(12): balance=float(input()) total+=b…… 题解列表 2025年01月07日 0 点赞 0 评论 333 浏览 评分:0.0
c++标题太短写点废话 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<unordered_map>#include<string>using name…… 题解列表 2025年01月08日 0 点赞 0 评论 178 浏览 评分:0.0