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
e810. 2.潛水 (Diving) - 高中生程式解題系統 Zerojudge解題紀錄 e810. 2.潛水 (Diving) - 高中生程式解題系統Zerojudge-e810-4.cpp // Author : ysh // 09/09/2022 Fri 17:46:28.12 #include<bits/stdc++.h> using namespace std; int main() 2022-09-09 資訊 > 題解 > Zerojudge #solution #graph #dijkstra
d036. 習題 Q-3-12. 完美彩帶 (同 Q-5-8 ,分治版) (APCS201906) - TCFSH CIRC Judge TCIRC解題紀錄 d036. 習題 Q-3-12. 完美彩帶 (同 Q-5-8 ,分治版) (APCS201906) - TCFSH CIRC JudgeAP325-d036-3.cpp // Author : ysh // 09/09/2022 Fri 14:26:04.52 #include<bits/stdc++.h> #includ 2022-09-09 資訊 > 題解 > TCIRC #solution #sweep-line