会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
qscqesze
躺尸选手
管理
2017年3月20日
喵哈哈村的魔法考试 Round #9 (Div.2) 题解
摘要: A题 喵哈哈村的数据筛选游戏 题解:这道题签到题,拿个数组记录一下这个数是否出现过即可。 include using namespace std; const int maxn = 1e5+5; int vis[maxn]; int n; int a[maxn]; int main(){ while
阅读全文
posted @ 2017-03-20 20:48 qscqesze
阅读(293)
评论(0)
推荐(0)
编辑