KDDA十三尧十三
KDDA十三尧十三
全部文章
分类
题解(15)
归档
标签
去牛客网
登录
/
注册
KDDA十三尧十三的博客
全部文章
(共2篇)
题解 | #成绩排序#
#include<iostream> #include<cstring> #include<algorithm> #include<vector> using namespace std; //主要在于维持排序稳定 typedef&...
C++
数组
数学
字符串
数学模拟
自定义排序
数学
2022-02-16
2
465
题解 | #最长&最短文本#
#include<iostream> #include<vector> #include<algorithm> #include<cstring> using namespace std; bool cmp(const&n...
C++
数组
2022-01-26
2
474