
CSP
Coder_小庞
这个作者很懒,什么都没留下…
展开
-
《CSP认证真题》2020-6-1 1.线性分类器
《CSP认证真题》2020-9-4 4.星际旅行文章目录《CSP认证真题》2020-9-4 4.星际旅行#include <iostream>#include <algorithm>#include <cstring>using namespace std;typedef long long LL;int n, m;struct Point{ int x, y; char c;}p[1010];int get(int a, int b,原创 2021-04-06 22:26:20 · 274 阅读 · 0 评论 -
《CSP认证真题》2020-9-4 4.星际旅行
《CSP认证真题》2020-9-4 4.星际旅行文章目录《CSP认证真题》2020-9-4 4.星际旅行#include <iostream>#include <cstring>#include <algorithm>#include <cmath>using namespace std;const int N = 110, M = 2010;int n, m;double R;double o[N], p[M][N];d原创 2021-04-04 18:20:20 · 322 阅读 · 0 评论 -
《CSP认证真题》2013-12-5 5.I’m stuck
《CSP认证真题》2013-12-5 5.I’m stuck!文章目录《CSP认证真题》2013-12-5 5.I’m stuck!#include <iostream>#include <algorithm>#include <cstring>using namespace std;int n, m;char map[60][60];bool st1[60][60], st2[60][60];int dirx[] = {-1, 0, 1,原创 2021-03-23 18:56:51 · 126 阅读 · 0 评论 -
《CSP认证真题》 2013-12-5 4.有趣的数
《CSP认证真题》2013-12-5 4.有趣的数文章目录《CSP认证真题》2013-12-5 4.有趣的数源代码:#include <iostream>#include <algorithm>#include <cstring>using namespace std;typedef long long ll;const int mod = 1e9 + 7;int n;int c[1010][1010];int ans;int mai原创 2021-03-22 19:19:27 · 124 阅读 · 0 评论