会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
冷暖知不知
博客园
首页
新随笔
联系
管理
订阅
2017年8月19日
Codeforces_841
摘要: A.统计每个字母数量,比较是否超过k。 #include<bits/stdc++.h> using namespace std; int n,k,cnt[26] = {0}; string s; int main() { ios::sync_with_stdio(0); cin >> n >> k
阅读全文
posted @ 2017-08-19 09:12 zzzzzzzzhu
阅读(193)
评论(0)
推荐(0)
编辑
公告