嘻嘻,再记录一下子 摘要:#includeint main(void){ int N; int i; int num[1000]; scanf("%d",&N); …… 题解列表 2025年03月04日 0 点赞 0 评论 710 浏览 评分:0.0
嘻嘻,记录一下子 摘要:#includeint main(void){ int N; int i; int j; int n; scanf("%d",&N); …… 题解列表 2025年03月04日 0 点赞 0 评论 934 浏览 评分:0.0
2680: 蓝桥杯2022年第十三届省赛真题-纸张尺寸 摘要:解题思路:注意事项:#include <stdio.h>#include <stdlib.h>int main(){ int n; &nb…… 题解列表 2025年03月04日 1 点赞 0 评论 694 浏览 评分:10.0
猴子吃桃的问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int y=1,i=1;//y为最后一天的桃子数 int n; scanf("…… 题解列表 2025年03月04日 5 点赞 0 评论 1174 浏览 评分:7.3
超详细的思路历程 参考代码:#include#include/*解密1.一个大写字母(原文)对应一个大写字母(密文)2.给你一个原文和一个密文,要求你找出全部的加密关系*/voidFunc_2856(char*a,char*b, 题解列表 2025年03月03日 0 点赞 0 评论 461 浏览 评分:0.0
编写题解 1431: 蓝桥杯2014年第五届真题-分糖果 解题思路:注意事项:参考代码:#includeintmain(){intn,num[100]={0},bu=0,i,f=0;scanf("%d",&n);for(i=0;i 题解列表 2025年03月03日 0 点赞 0 评论 590 浏览 评分:0.0 震宇大神的杀毒软件(冒泡) 解题思路:注意事项:参考代码:#includeintmain(){intn,num[100];while(~scanf("%d",&n)){for(inti=0;i 题解列表 2025年03月02日 0 点赞 0 评论 420 浏览 评分:0.0 正则表达式解决字符串空格输入问题 摘要:解题思路:由于字符串中单词以空格隔开,我们可以用正则表达式配合scanf来解决空格的输入问题,比如scanf("%[^\n]",st…… 题解列表 2025年03月01日 1 点赞 0 评论 580 浏览 评分:10.0 C语言:三个数组+两个函数 解决问题【豆包改过的代码】 解题思路:【原代码是我写的,现在这个代码是豆包改的,和我原本想法细节上有出入,我就不解释了,直接分享代码吧】注意事项:参考代码:#include#include//去除字符串中的前导零voidremoveLeadingZeros(charstr[]){intlen 题解列表 2025年03月01日 0 点赞 0 评论 944 浏览 评分:0.0 蓝桥杯算法提高VIP-逆序排列(c语言) 摘要:#include<stdio.h>#include<string.h>#include<math.h>int&n…… 题解列表 2025年03月01日 0 点赞 0 评论 449 浏览 评分:0.0 « 12...86878889909192...29562957 »
震宇大神的杀毒软件(冒泡) 解题思路:注意事项:参考代码:#includeintmain(){intn,num[100];while(~scanf("%d",&n)){for(inti=0;i 题解列表 2025年03月02日 0 点赞 0 评论 420 浏览 评分:0.0 正则表达式解决字符串空格输入问题 摘要:解题思路:由于字符串中单词以空格隔开,我们可以用正则表达式配合scanf来解决空格的输入问题,比如scanf("%[^\n]",st…… 题解列表 2025年03月01日 1 点赞 0 评论 580 浏览 评分:10.0 C语言:三个数组+两个函数 解决问题【豆包改过的代码】 解题思路:【原代码是我写的,现在这个代码是豆包改的,和我原本想法细节上有出入,我就不解释了,直接分享代码吧】注意事项:参考代码:#include#include//去除字符串中的前导零voidremoveLeadingZeros(charstr[]){intlen 题解列表 2025年03月01日 0 点赞 0 评论 944 浏览 评分:0.0 蓝桥杯算法提高VIP-逆序排列(c语言) 摘要:#include<stdio.h>#include<string.h>#include<math.h>int&n…… 题解列表 2025年03月01日 0 点赞 0 评论 449 浏览 评分:0.0 « 12...86878889909192...29562957 »
正则表达式解决字符串空格输入问题 摘要:解题思路:由于字符串中单词以空格隔开,我们可以用正则表达式配合scanf来解决空格的输入问题,比如scanf("%[^\n]",st…… 题解列表 2025年03月01日 1 点赞 0 评论 580 浏览 评分:10.0
C语言:三个数组+两个函数 解决问题【豆包改过的代码】 解题思路:【原代码是我写的,现在这个代码是豆包改的,和我原本想法细节上有出入,我就不解释了,直接分享代码吧】注意事项:参考代码:#include#include//去除字符串中的前导零voidremoveLeadingZeros(charstr[]){intlen 题解列表 2025年03月01日 0 点赞 0 评论 944 浏览 评分:0.0
蓝桥杯算法提高VIP-逆序排列(c语言) 摘要:#include<stdio.h>#include<string.h>#include<math.h>int&n…… 题解列表 2025年03月01日 0 点赞 0 评论 449 浏览 评分:0.0