题解 1975: 蓝桥杯算法提高VIP-扑克排序

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

使用自定义比较器

摘要:## 扑克排序使用java自定义比较器#### compare(T o1, T o2)**描述**:比较两个对象 `o1` 和 `o2`。**返回值**:- 返……

干就完了,bro

摘要:解题思路:注意事项:参考代码:#include <iostream>#include <vector>#include <algorithm>#include &l……

c++++++++++++++++++++++++

摘要:解题思路:注意事项:参考代码:#include<iostream>#include<algorithm>using namespace std;struct node { ch……

结构体,枚举变量,指针

摘要:解题思路:注意事项:参考代码: #include <stdio.h> #include <stdlib.h> typedef enum bee {     d=3,     c,     ……