CSES - Download Speed CSES - Download SpeedDownload-Speed.cpp // Author : ysh // 02/28/2023 Tue 15:47:23.72 // https://cses.fi/problemset/task/1694 #include<bits/stdc++.h> using namespace std; #ifdef LOCAL #include<d 2023-02-28 資訊 > 題解 > CSES #solution #graph #Flow
d093. P-7-4. 方格棋盤的最少轉彎數路線 - TCFSH CIRC Judge TCIRC解題紀錄 d093. P-7-4. 方格棋盤的最少轉彎數路線 - TCFSH CIRC JudgeAP325-d093-2.cpp // Author : ysh // 02/26/2023 Sun 18:26:33.16 // https://judge.tcirc.tw/ShowProblem?problemid=d093 #incl 2023-02-26 資訊 > 題解 > TCIRC #solution #graph #Dijkstra
CSES - Reachable Nodes CSES - Reachable NodesReachable-Nodes.cpp // Author : ysh // 02/25/2023 Sat 7:08:07.73 // https://cses.fi/problemset/task/2138 #pragma GCC optimize("O3,unroll-loops") #pragma GCC target("avx2,bmi,bmi 2023-02-25 資訊 > 題解 > CSES #solution #graph #tapoo
cses 進階題題解 Meet in the Middle折半枚舉 // Author : ysh // 02/24/2023 Fri 13:28:19.73 // https://cses.fi/problemset/task/1628 #include<bits/stdc++.h> using namespace std; #define int long long void check(int l,int 2023-02-24 資訊 > 題解 #algo #solution #cses
CSES - Investigation CSES - InvestigationInvestigation-2.cpp // Author : ysh // 02/24/2023 Fri 8:25:57.35 // https://cses.fi/problemset/task/1202 #include<bits/stdc++.h> using namespace std; const int R = (1e9) + 7; # 2023-02-24 資訊 > 題解 > CSES #solution #graph #Dijkstra
CSES - Path Queries CSES - Path QueriesPath-Queries.cpp // Author : ysh // 02/23/2023 Thu 20:25:12.24 // https://cses.fi/problemset/task/1138 #include<bits/stdc++.h> using namespace std; #include<tree> #define int 2023-02-23 資訊 > 題解 > CSES #solution #tree
CSES - Projects CSES - ProjectsProjects.cpp // Author : ysh // 02/23/2023 Thu 14:02:52.86 // https://cses.fi/problemset/task/1140 #include<bits/stdc++.h> using namespace std; #define int long long signed main() 2023-02-23 資訊 > 題解 > CSES #solution #DP
Codeforces - Genetic-Sequence-Searching-2 Codeforces - Genetic-Sequence-Searching-2Genetic-Sequence-Searching-2.cpp // Author : ysh // 02/21/2023 Tue 14:20:26.29 // https://codeforces.com/gym/425267 #include<bits/stdc++.h> using namespace 2023-02-21 資訊 > 題解 > Codeforces #solution #Z
U - Grouping U - GroupingGrouping.cpp // Author : ysh // 02/20/2023 Mon 16:20:23.89 // https://atcoder.jp/contests/dp/tasks/dp_u #include<bits/stdc++.h> #include<fast> using namespace std; signed main() 2023-02-20 資訊 > 題解 > AtCoder #solution #DP
洛谷 - P3919-3 洛谷 - P3919-3luogu-P3919-3.cpp // Author : ysh // 02/11/2023 Sat 21:49:02.77 // https://www.luogu.com.cn/problem/P3919 #include<bits/stdc++.h> using namespace std; #include<fast> struct node{ 2023-02-11 資訊 > 題解 > 洛谷 #solution #seg_tree #time-stamp