蓝桥杯算法提高VIP-淘淘的名单 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>void print_str(char str []){ if(strcmp(str, "WY…… 题解列表 2018年10月12日 4 点赞 0 评论 2091 浏览 评分:9.9
淘淘的名单 -题解(C语言代码) 摘要: ```c #include int main() { //定义需要输入的字符的个数 int n; scanf("%d", &n); //定义储存需要输入的所有的字…… 题解列表 2021年11月13日 0 点赞 0 评论 516 浏览 评分:9.9
淘淘的名单(C语言) 摘要:解题思路:if-else分支语句+字符串比较函数strcmp()注意事项:这里要用scanf("%s",name);而不能用gets()。。。参考代码:#include <stdio.h>#inclu…… 题解列表 2021年03月15日 0 点赞 1 评论 523 浏览 评分:9.9
蓝桥杯算法提高VIP-淘淘的名单-题解(Python代码) 摘要: python def Name_List(): name_list_length = int(input()) s_name_new = '' …… 题解列表 2020年02月13日 0 点赞 0 评论 513 浏览 评分:7.3
淘淘的名单 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h> #include<string.h> int main(){ char a[100000][5]; int n,i; …… 题解列表 2017年10月22日 1 点赞 1 评论 1404 浏览 评分:7.3
蓝桥杯算法提高VIP-淘淘的名单-题解(C语言代码)送分题 摘要:解题思路:注意事项:参考代码:import java.util.Scanner; public class Main { public static void main(String[…… 题解列表 2021年01月08日 0 点赞 0 评论 457 浏览 评分:6.0
淘淘的名单 (C语言代码)答案错误??? 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <stdlib.h>#include <string.h>int main(){ int i,n; char str…… 题解列表 2017年09月14日 0 点赞 1 评论 656 浏览 评分:2.0
蓝桥杯算法提高VIP-淘淘的名单(分别用两个字符数组存题目给的要比对的字符串) 摘要:参考代码: ```c #include #include int main() { int n; scanf("%d",&n); char a[7][100]={"WYS","C…… 题解列表 2023年11月03日 0 点赞 0 评论 86 浏览 评分:0.0
淘淘的名单 (C语言代码) 摘要:#include<stdio.h> #include <string.h> int main() { int n,i; char a[10000][5]; …… 题解列表 2017年12月09日 1 点赞 0 评论 952 浏览 评分:0.0
蓝桥杯算法提高VIP-淘淘的名单-题解(C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h> #include<string.h> int judge(char ch[10]){ char ch1[]="WYS"; …… 题解列表 2020年10月02日 0 点赞 0 评论 275 浏览 评分:0.0