c085. $E.$$Friends$ - TCFSH CIRC Judge TCIRC解題紀錄 c085. $E.$$Friends$ - TCFSH CIRC Judgetcirc-c085.cpp // Author : ysh // 09/16/2022 Fri 22:31:59.27 // https://judge.tcirc.tw/ShowProblem?problemid=c085 #include<b 2022-09-16 資訊 > 題解 > TCIRC #solution #DSU
d102. P-8-1. 樹上的推銷員 - TCFSH CIRC Judge TCIRC解題紀錄 d102. P-8-1. 樹上的推銷員 - TCFSH CIRC JudgeAP325-d102.cpp // Author : ysh // 09/16/2022 Fri 20:49:09.27 // https://judge.tcirc.tw/ShowProblem?problemid=d102 #include<b 2022-09-16 資訊 > 題解 > TCIRC #solution #operator #graph #DSU #DFS #struct
R - Walk R - WalkWalk-2.cpp // Author : ysh // 09/15/2022 Thu 21:13:55.25 // https://atcoder.jp/contests/dp/tasks/dp_r #include<bits/stdc++.h> using namespace std; #define int long long constexpr int R = 1e 2022-09-15 資訊 > 題解 > AtCoder #solution #fast-power
R - Walk R - WalkWalk.cpp // Author : ysh // 09/15/2022 Thu 20:13:04.26 // https://atcoder.jp/contests/dp/tasks/dp_r #include<bits/stdc++.h> using namespace std; #define int long long constexpr int R = 1e9 2022-09-15 資訊 > 題解 > AtCoder #solution #fast-power
g640. 璽羽的壽司 - 高中生程式解題系統 Zerojudge解題紀錄 g640. 璽羽的壽司 - 高中生程式解題系統Zerojudge-g640.cpp // Author : ysh // 09/14/2022 Wed 10:46:41.51 #include<bits/stdc++.h> using namespace std; int main() { ios 2022-09-14 資訊 > 題解 > Zerojudge #solution #binary_search
d539. 區間 MAX - 高中生程式解題系統 Zerojudge解題紀錄 d539. 區間 MAX - 高中生程式解題系統Zerojudge-d539-6.cpp // Author : ysh // 09/14/2022 Wed 9:59:45.74 #include<bits/stdc++.h> using namespace std; struct table{ 2022-09-14 資訊 > 題解 > Zerojudge #solution #sparse_table
d539. 區間 MAX - 高中生程式解題系統 Zerojudge解題紀錄 d539. 區間 MAX - 高中生程式解題系統Zerojudge-d539-5.cpp // Author : ysh // 09/14/2022 Wed 9:55:45.45 #include<bits/stdc++.h> using namespace std; #include<seg_tree> 2022-09-14 資訊 > 題解 > Zerojudge #solution #re #seg_tree
Q - Flowers Q - FlowersFlowers-2.cpp // Author : ysh // 09/14/2022 Wed 8:39:04.05 // https://atcoder.jp/contests/dp/tasks/dp_q #include<bits/stdc++.h> using namespace std; #ifdef LOCAL #include<debug.h> #e 2022-09-14 資訊 > 題解 > AtCoder #solution #BIT #DP
Q - Flowers Q - FlowersFlowers.cpp // Author : ysh // 09/14/2022 Wed 8:27:04.80 // https://atcoder.jp/contests/dp/tasks/dp_q #include<bits/stdc++.h> using namespace std; #ifdef LOCAL #include<debug.h> #els 2022-09-14 資訊 > 題解 > AtCoder #solution #DP
d055. P-4-14. 控制點 (2D-max) - TCFSH CIRC Judge TCIRC解題紀錄 d055. P-4-14. 控制點 (2D-max) - TCFSH CIRC JudgeAP325-d055-2.cpp // Author : ysh // 09/10/2022 Sat 14:52:31.14 // https://judge.tcirc.tw/ShowProblem?problemid=d055 #inc 2022-09-10 資訊 > 題解 > TCIRC #solution #sweep-line #re