蓝桥杯算法训练VIP-新生舞会 (C++代码) 摘要:#include<map> #include<iostream> using namespace std; typedef struct{ string name; string age…… 题解列表 2018年03月21日 0 点赞 0 评论 577 浏览 评分:0.0
蓝桥杯算法训练VIP-新生舞会 (Java代码) 摘要:解题思路: 注意事项:参考代码: import java.util.Scanner; public class C1638 { public static void main(Str…… 题解列表 2018年03月12日 0 点赞 0 评论 886 浏览 评分:9.9
蓝桥杯算法训练VIP-新生舞会 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <strings.h>struct student{ char number[21]; char nam…… 题解列表 2018年01月23日 0 点赞 0 评论 677 浏览 评分:0.0
WU-蓝桥杯算法训练VIP-新生舞会 (C++代码) 摘要:参考代码:#include<iostream> #include<cstring> using namespace std; struct ST { string name; stri…… 题解列表 2018年01月21日 2 点赞 0 评论 905 浏览 评分:9.0
新生舞会 (C语言代码) 摘要:#include<stdio.h>#include<string.h>struct student { char name[21]; char num[11]; char sex[2]; }; …… 题解列表 2017年12月07日 0 点赞 0 评论 1045 浏览 评分:0.0