
杭电多校
「已注销」
这个作者很懒,什么都没留下…
展开
-
【HDU】2020杭电多校第十场解题报告(1003、1011)
1003:Mine Sweeper AC代码 #include <bits/stdc++.h> #define rep(i,a,b) for(int i=a;i<b;i++) #define T int t ;cin >> t;while(t--) using namespace std ; typedef long long ll; typedef unsigned long long ull; const int maxn = 50; const int INF = 0x3原创 2020-08-20 21:07:32 · 699 阅读 · 0 评论 -
【HDU】 2020暑期杭电多校第八场
1003:Clockwise or Counterclockwise 叉乘: #include <bits/stdc++.h> #define rep(i,a,b) for(int i=a;i<b;i++) #define T int t ;cin >> t;while(t--) using namespace std ; typedef long long ll; typedef unsigned long long ull; inline ll gcd(ll a,ll b原创 2020-08-14 10:10:23 · 468 阅读 · 0 评论 -
【HDU】2020暑期杭电多校第7场解题报告(更新中)
1009:Increasing and Decreasing 下面是AC代码: #include <bits/stdc++.h> #define rep(i,a,b) for(int i=a;i<b;i++) #define T int t ;cin >> t;while(t--) using namespace std ; typedef long long ll; typedef unsigned long long ull; inline ll gcd(ll a,原创 2020-08-11 20:05:10 · 1278 阅读 · 0 评论 -
HDU Leading Robots (2020杭电多校)
题目链接:杭电多校2020 题目描述 Sandy likes to play with robots. He is going to organize a running competition between his robots. And he is going to give some presents to the winners. Robots are arranged in a line. They have their initial position (distance from the s原创 2020-08-02 16:09:09 · 210 阅读 · 0 评论 -
[HDU 多校训练] Equal Sentences (2020第四场1005)
HDU Equal Sentences (2020杭电多校训练第四场1005) HDU Equal Sentences 废话不多说直接上AC代码 #include <bits/stdc++.h> #define rep(i,a,b) for(int i=a;i<b;i++) #define T int t ;cin >> t;while(t--) using namespace std ; typedef long long ll; typedef unsigned lon原创 2020-07-30 17:10:07 · 611 阅读 · 0 评论