
xcpc
忆灬凝
这个作者很懒,什么都没留下…
展开
-
2021ICPC上海站
链接:牛客竞赛_ACM/NOI/CSP/CCPC/ICPC算法编程高难度练习赛_牛客竞赛OJ原创 2021-11-28 17:07:38 · 1387 阅读 · 0 评论 -
2021ICPC上海站热身赛
链接:牛客竞赛_ACM/NOI/CSP/CCPC/ICPC算法编程高难度练习赛_牛客竞赛OJA题签到题:#include <bits/stdc++.h>using namespace std;#define x first#define y secondtypedef long long ll;const int N = 1e5 + 5;int y[N];double cut[N];double elen[N];double distance(int a, int b原创 2021-11-27 19:16:21 · 657 阅读 · 7 评论 -
2021CCPC威海热身赛_Problem C. Count
Time limit: 0.5 seconds Memory limit: 256 megabytes Zayin and Taotao are poor in mathematics. In order to improve their math skill, they count numberstogether today. They write a number every second in the ascending order, such as 0, 1, 2, 3, etc. How.原创 2021-11-26 17:53:21 · 600 阅读 · 0 评论 -
2021J - Circular Billiard Table
链接:https://codeforces.com/gym/103428#include <bits/stdc++.h>#define x first#define y secondusing namespace std;typedef long long ll;int main(){ // system("chcp 65001"); cout.tie(0); cin.tie(0); // freopen("C:/Users/zhaochen/D原创 2021-11-22 20:40:09 · 855 阅读 · 0 评论