CodeForces
minglotus
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Codeforces 527B
#include<iostream> #include<cstdio> #include<string> #include<string.h> #include<cstring> #include<algorithm>using namespace std;const int maxn = 200005; char s[maxn]; char t[maxn]; int graph[27][27];原创 2015-05-04 16:12:41 · 359 阅读 · 0 评论 -
Codeforces 540B School Marks
#include<iostream> #include<cstdio> #include<string> #include<cstring> #include<string.h> #include<algorithm>using namespace std; const int maxn = 1000; int mark[maxn]; int n, k, p, x, y; int main(){原创 2015-05-01 18:12:50 · 333 阅读 · 0 评论
分享