会员
周边
众包
新闻
博问
闪存
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
panda-lyl
博客园
首页
新随笔
联系
订阅
管理
2024年10月31日
P11227 [CSP-J 2024] 扑克牌 题解
摘要: 模拟 采用 \(\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)
公告