题解列表

筛选

王牌花色 (C++代码)

摘要:解题思路:        不是最好的写法。参考代码:#include<bits/stdc++.h> #define Inf 0x3F3F3F3F using namespace std; c……