简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
c++ 学生成绩排序
#include<iostream>#include<cstdio>#include<cstring>#include<algorithm>using namespace std;struct stu{char name[21];int grade;};struct rule{bool operator()(const stu&a1,cons
到底了