蓝桥杯算法提高VIP-淘淘的名单-题解(C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h> #include<string.h> int judge(char ch[10]){ char ch1[]="WYS"; …… 题解列表 2020年10月02日 0 点赞 0 评论 369 浏览 评分:0.0
小白也能看懂 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ int i,n; scanf("%d",&n); char arr[5000…… 题解列表 2024年04月01日 0 点赞 0 评论 170 浏览 评分:0.0
蓝桥杯算法提高VIP-淘淘的名单(分别用两个字符数组存题目给的要比对的字符串) 摘要:参考代码: ```c #include #include int main() { int n; scanf("%d",&n); char a[7][100]={"WYS","C…… 题解列表 2023年11月03日 0 点赞 0 评论 124 浏览 评分:0.0
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ char str[6]; int n; scanf("%d…… 题解列表 2023年07月12日 0 点赞 0 评论 156 浏览 评分:0.0
C++ :蓝桥杯算法提高VIP-淘淘的名单 摘要:# C++ `string` || 选择结构 ```c++ #include #include #include #include #include #include #i…… 题解列表 2023年06月26日 0 点赞 0 评论 205 浏览 评分:0.0
淘淘的名单(C++) 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<string>using namespace std;int main(){ int n=0; string a[1…… 题解列表 2023年01月24日 0 点赞 0 评论 121 浏览 评分:0.0
蓝桥杯算法提高VIP-淘淘的名单 摘要:解题思路:注意事项:参考代码://程序名:新的C++程序//作者: #include<iostream>#include<fstream>#include<algorithm>using namesp…… 题解列表 2022年05月19日 0 点赞 0 评论 165 浏览 评分:0.0
蓝桥杯算法提高VIP-淘淘的名单 摘要:解题思路:单独写一个方法输出注意事项:nextLine()和next()的区别,使用nextLine()会使空格占用一个字符数组1、一定要读取到有效字符后才可以结束输入。2、对输入有效字符之前遇到的空…… 题解列表 2022年04月05日 0 点赞 0 评论 269 浏览 评分:0.0
淘淘的名单python 摘要:解题思路:利用字典和try语句注意事项:要用strip()删除多余的空格参考代码:N=int(input())a={}a["WYS"]="KXZSMR"a["CQ"]="CHAIQIANG"a["LC…… 题解列表 2022年02月16日 0 点赞 0 评论 222 浏览 评分:0.0
蓝桥杯算法提高VIP-淘淘的名单 超简单 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ string s; int N; cin>>N; …… 题解列表 2022年01月17日 0 点赞 0 评论 168 浏览 评分:0.0