
2019icpc Nanjing
spnooyseed
冲破大学的束缚,内心与实力并肩高升
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
C.Digital Path
2019 ICPC Nanjing 复现 #include <bits/stdc++.h> #pragma GCC optimize(3 , "Ofast" , "inline") using namespace std; typedef long long ll ; const int INF = 0x3f3f3f3f , N = 1010 ; void read(int &...转载 2019-12-02 13:37:27 · 272 阅读 · 0 评论 -
J.Spy
Over time, those coaches in BDN Collegiate Progranuning Contest split into two camps.The big danger is that, while optimists and pessimists battle it out, the environment of this area becomes ever mor...转载 2019-12-02 13:17:25 · 376 阅读 · 0 评论 -
Triangle
2019icpc Nanjing K 比赛的时候怎么没想起来这么简单的做法啊 #include <bits/stdc++.h> #pragma GCC optimize(3 , "Ofast" , "inline") using namespace std; const double eps = 1e-7 ; struct node { double x , y ; bo...原创 2019-12-01 23:46:00 · 158 阅读 · 0 评论