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
d036. 習題 Q-3-12. 完美彩帶 (同 Q-5-8 ,分治版) (APCS201906) - TCFSH CIRC Judge TCIRC解題紀錄 d036. 習題 Q-3-12. 完美彩帶 (同 Q-5-8 ,分治版) (APCS201906) - TCFSH CIRC JudgeAP325-d036-2.cpp // Author : ysh // 09/09/2022 Fri 12:42:08.52 #include<bits/stdc++.h> using n 2022-09-09 資訊 > 題解 > TCIRC #solution #DC
g598. 4. 真假子圖 - 高中生程式解題系統 Zerojudge解題紀錄 g598. 4. 真假子圖 - 高中生程式解題系統Zerojudge-g598-2.cpp // Author : ysh // 09/07/2022 Wed 10:36:50.25 #include<bits/stdc++.h> using namespace std; vector<int>f; int 2022-09-07 資訊 > 題解 > Zerojudge #solution #DSU #undo
f315. 4. 低地距離 - 高中生程式解題系統 Zerojudge解題紀錄 f315. 4. 低地距離 - 高中生程式解題系統Zerojudge-f315-4.cpp // Author : ysh // 09/06/2022 Tue 20:39:14.93 #include<bits/stdc++.h> #include<bits/extc++.h> using namespace 2022-09-06 資訊 > 題解 > Zerojudge #solution #pb_ds
d788. 排名順序 - 高中生程式解題系統 Zerojudge解題紀錄 d788. 排名順序 - 高中生程式解題系統Zerojudge-d788-3.cpp // Author : ysh // 09/03/2022 Sat 19:42:36.78 #include<bits/stdc++.h> using namespace std; struct tree{ ve 2022-09-03 資訊 > 題解 > Zerojudge #solution #BIT #re #tree