蓝桥杯算法提高VIP-班级排名 (C++代码) 摘要:解题思路:看清楚题目,哎,总分排名。注意事项:参考代码:#include <bits/stdc++.h> using namespace std; typedef struct { int …… 题解列表 2019年01月12日 0 点赞 0 评论 633 浏览 评分:0.0
求助!有什么问题没考虑到吗? (c语言,大部分注释都写啦) 摘要:解题思路:注意事项:思路我觉得没问题,希望同学们可以帮我看看哪里有问题,提交不过是因为什么?参考代码:#include<stdio.h>#include<string.h>typedef struct…… 题解列表 2018年10月10日 3 点赞 0 评论 1104 浏览 评分:0.0
蓝桥杯算法提高VIP-班级排名 (C++代码) 摘要:解题思路:注意事项:参考代码:#include <iostream>#include <vector>#include <algorithm>#include <string>#include <st…… 题解列表 2018年10月05日 0 点赞 0 评论 816 浏览 评分:0.0
蓝桥杯算法提高VIP-班级排名 (C++代码)结构体解决 摘要:解题思路:typedef struct student{ string name; int score;}stu;一个结构体,存名字和分数按照题意输入成绩和姓名,成绩是累加的,在处理同分的情况,我们先…… 题解列表 2018年08月20日 12 点赞 1 评论 540 浏览 评分:0.0
蓝桥杯算法提高VIP-班级排名 (C++代码) 摘要:写了很久这题,一直没看到时总分的排名,提交一直错误,读了好几遍题目才看到#include"iostream" #include "string" #include "algorithm" usi…… 题解列表 2018年08月05日 1 点赞 0 评论 618 浏览 评分:0.0
蓝桥杯算法提高VIP-班级排名 (C语言代码) 摘要:#include<iostream> #include<algorithm> #include<map> #include<vector> #include<iterator> using …… 题解列表 2018年03月26日 1 点赞 0 评论 1034 浏览 评分:0.0
蓝桥杯算法提高VIP-班级排名 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>#include<malloc.h>//对成绩进行排名,并输出DaDa的排名int paiming(…… 题解列表 2018年01月22日 0 点赞 0 评论 1020 浏览 评分:0.0