
几何
菜鸡一号¥
我很懒,没有加任何个人简介
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
G - Water Testing————2s2=a*2-b+2;皮克定理
G - Water Testing #include <bits/stdc++.h> #include <unordered_map> #include <vector> using namespace std; typedef long long ll; const int maxn = 3e5+1000; typedef pair<ll,ll> PII; map<string,int> ma; int n; PII p[maxn]; inlin原创 2021-06-02 12:37:56 · 168 阅读 · 0 评论 -
Gym - 102860A_B题解。。Jumping Machine ——Triangles and a Circle
标题A - Jumping Machine Gym - 102860A 题目链接 Jumping Machine Input file: standard input Output file: standard output Time limit: 1 second Memory limit: 512 megabytes Young inventor has created a new jumping machine. In order to test it, he brought it to the te原创 2020-12-16 15:02:46 · 397 阅读 · 0 评论