1332: 津津的储蓄计划 摘要:解题思路:数学问题,按照题目描述设变量就行。注意事项:参考代码:#include <stdio.h>int main(){ int inhand = 0;&nbs…… 题解列表 2025年11月22日 1 点赞 0 评论 14 浏览 评分:10.0
他流一滴泪,我屠一座城 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n; int sum=0; while(scanf("%d"…… 题解列表 2025年11月22日 1 点赞 1 评论 10 浏览 评分:10.0
救救孩子吧,根本不知道错哪了 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>#include<stdlib.h>#include<ct…… 题解列表 2025年11月21日 0 点赞 0 评论 21 浏览 评分:0.0
数据结构--链表的基本操作 摘要:解题思路:该咋写就咋写注意事项:该咋写就咋写参考代码://累死我了,写这么多代码好累啊,写了1个小时,我还是太菜了#include<iostream>#include<cstring…… 题解列表 2025年11月21日 0 点赞 0 评论 16 浏览 评分:0.0
2812: 球弹跳高度的计算 摘要:解题思路:简单的数学规律问题注意事项:从第二次运动开始到结束,球的运动路程遵循规律,所以i从2开始计算。最后汇总时加上第一次的高度(初始高度)参考代码:#include <stdio.h>…… 题解列表 2025年11月21日 1 点赞 0 评论 61 浏览 评分:10.0
[编程入门]数组插入处理 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int arr[100]; int…… 题解列表 2025年11月21日 0 点赞 0 评论 67 浏览 评分:0.0
屎山代码 见谅。欢迎大佬指导优化 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>#include<stdlib.h>#include<ct…… 题解列表 2025年11月21日 0 点赞 0 评论 56 浏览 评分:0.0
题解 3326-易于理解:法一+法二 摘要:解题思路:可分为五个部分,复制到编译器会好看一点注意事项:参考代码:#include<bits/stdc++.h>//常用组合头文件usingnamespace…… 题解列表 2025年11月21日 1 点赞 0 评论 79 浏览 评分:0.0
1915: 蓝桥杯算法提高VIP-三个整数的排序 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int a, b, c, max, mid, min; &n…… 题解列表 2025年11月21日 0 点赞 0 评论 40 浏览 评分:0.0
3020:最大数位置 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n,a[1000],max,i,pos; scanf("%d",&…… 题解列表 2025年11月20日 0 点赞 0 评论 77 浏览 评分:0.0