会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ooozy
博客园
首页
新随笔
联系
管理
订阅
02 2017 档案
2073
摘要:1 #include 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 8 const int maxn=2005; 9 int vis[maxn]; 10 11 int main() 12 { 13 int t,k; 14 string str; 15 cin>...
阅读全文
posted @
2017-02-28 13:22
ooozy
阅读(180)
评论(0)
推荐(0)
17-2-24-D
摘要:1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 const int maxn=500005; 8 string str[maxn]; 9 int flag[maxn]; 10 11 int main() 12 { 13 int n; 14 int i,j; 15 ...
阅读全文
posted @
2017-02-24 22:00
ooozy
阅读(143)
评论(0)
推荐(0)
17-1-31-C
摘要:#include #include #include #include #include using namespace std; int main() { int m,n,ans; int dls[100][3]; string s; while(cin>>n>>m){ ans=100; for(int j=0;j>s; ...
阅读全文
posted @
2017-02-01 21:11
ooozy
阅读(133)
评论(0)
推荐(0)
公告