摘要: 模拟 采用 \(\Theta (N^2)\) 的算法进行去重,最后用 \(52\) 张卡牌减去即可. 代码 #include<iostream> #include<cstring> #include<cstdio> #include<algorithm> using namespace std; i 阅读全文
posted @ 2024-10-31 12:19 Panda_LYL 阅读(340) 评论(0) 推荐(0)