2019ACM-ICPC沈阳网络赛 H-Texas hold'em Poker(大模拟)
题目链接:https://nanti.jisuanke.com/t/41408
判断出牌型再进行评分排序就可以了。
#include <bits/stdc++.h>
#define LL long long
using namespace std;
struct node{
string s;
map<int , int> mp;
int a, b...
原创
2019-09-15 11:40:20 ·
416 阅读 ·
0 评论