淘淘的名单 (C语言代码) 摘要:#include <stdio.h>#include <string.h>int main(){ char str[5];//最大长度5 int n; scanf("%d",&n);//输入n次 wh…… 题解列表 2017年09月27日 2 点赞 0 评论 1692 浏览 评分:0.0
mp方法(sf12d) 摘要:解题思路:注意事项:容易超时参考代码:#include<bits/stdc++.h>using namespace std;int main(){ map<string,string…… 题解列表 2025年06月02日 0 点赞 0 评论 306 浏览 评分:0.0
小白也能看懂 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ int i,n; scanf("%d",&n); char arr[5000…… 题解列表 2024年04月01日 0 点赞 0 评论 471 浏览 评分:0.0
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ char str[6]; int n; scanf("%d…… 题解列表 2023年07月12日 0 点赞 0 评论 445 浏览 评分:0.0
C++ :蓝桥杯算法提高VIP-淘淘的名单 摘要:# C++ `string` || 选择结构 ```c++ #include #include #include #include #include #include #i…… 题解列表 2023年06月26日 0 点赞 0 评论 505 浏览 评分:0.0
淘淘的名单(C++) 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<string>using namespace std;int main(){ int n=0; string a[1…… 题解列表 2023年01月24日 0 点赞 0 评论 431 浏览 评分:0.0
蓝桥杯算法提高VIP-淘淘的名单 摘要:解题思路:注意事项:参考代码://程序名:新的C++程序//作者: #include<iostream>#include<fstream>#include<algorithm>using namesp…… 题解列表 2022年05月19日 0 点赞 0 评论 421 浏览 评分:0.0
蓝桥杯算法提高VIP-淘淘的名单 摘要:解题思路:单独写一个方法输出注意事项:nextLine()和next()的区别,使用nextLine()会使空格占用一个字符数组1、一定要读取到有效字符后才可以结束输入。2、对输入有效字符之前遇到的空…… 题解列表 2022年04月05日 0 点赞 0 评论 581 浏览 评分:0.0
淘淘的名单python 摘要:解题思路:利用字典和try语句注意事项:要用strip()删除多余的空格参考代码:N=int(input())a={}a["WYS"]="KXZSMR"a["CQ"]="CHAIQIANG"a["LC…… 题解列表 2022年02月16日 0 点赞 0 评论 524 浏览 评分:0.0
蓝桥杯算法提高VIP-淘淘的名单 超简单 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ string s; int N; cin>>N; …… 题解列表 2022年01月17日 0 点赞 0 评论 417 浏览 评分:0.0