d794. 世界排名 - 高中生程式解題系統 Zerojudge解題紀錄 d794. 世界排名 - 高中生程式解題系統Zerojudge-d794.cpp // Author : ysh // 01/23/2023 Mon 7:40:36.31 #include<bits/stdc++.h> #include<bits/extc++.h> using namespace std; 2023-01-23 資訊 > 題解 > Zerojudge #solution #pb_ds
2248 - C. 共享自行車 | TIOJ INFOR Online Judge 2248 - C. 共享自行車 | TIOJ INFOR Online JudgeTIOJ-2248.cpp // Author : ysh // 01/20/2023 Fri 10:14:31.94 // https://tioj.ck.tp.edu.tw/problems/2248 #include<bits/stdc++.h> using namespace std; #ifdef L 2023-01-20 資訊 > 題解 > TIOJ #solution #DFS
h559. pC. 共享自行車 (bike) - 高中生程式解題系統 Zerojudge解題紀錄 h559. pC. 共享自行車 (bike) - 高中生程式解題系統Zerojudge-h559.cpp // Author : ysh // 01/19/2023 Thu 15:21:11.29 #include<bits/stdc++.h> using namespace std; #ifdef LOCAL # 2023-01-19 資訊 > 題解 > Zerojudge #solution #DFS
h558. pB. 打鍵盤(keyboard) - 高中生程式解題系統 Zerojudge解題紀錄 h558. pB. 打鍵盤(keyboard) - 高中生程式解題系統Zerojudge-h558.cpp // Author : ysh // 01/18/2023 Wed 8:55:19.33 #include<bits/stdc++.h> using namespace std; vector<vec 2023-01-18 資訊 > 題解 > Zerojudge #solution #DP
h560. pD. 2022 - 高中生程式解題系統 Zerojudge解題紀錄 h560. pD. 2022 - 高中生程式解題系統Zerojudge-h560-2.cpp // Author : ysh // 01/17/2023 Tue 21:23:38.16 #include<bits/stdc++.h> using namespace std; #define endno { 2023-01-17 資訊 > 題解 > Zerojudge #math #solution
CSES - Movie Festival II CSES - Movie Festival IIMovie-Festival-II.cpp // Author : ysh // 01/09/2023 Mon 16:12:20.93 // https://cses.fi/problemset/task/1632 #include<bits/stdc++.h> using namespace std; int main() { 2023-01-09 資訊 > 題解 > CSES #solution #greedy
APCS - 11201-4-2.cpp APCS - 11201-4-2.cppAPCS-11201-4-2.cpp // Author : ysh // 01/09/2023 Mon 14:42:55.83 #include<bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(0); 2023-01-09 資訊 > 題解 > APCS #solution #greedy
d108. Q-8-6. 樹狀圖的距離總和 - TCFSH CIRC Judge TCIRC解題紀錄 d108. Q-8-6. 樹狀圖的距離總和 - TCFSH CIRC JudgeAP325-d108.cpp // Author : ysh // 01/07/2023 Sat 21:00:37.69 // https://judge.tcirc.tw/ShowProblem?problemid=d108 #include< 2023-01-07 資訊 > 題解 > TCIRC #solution #DP #tree
d118. 例題 P-6-16. 山寨華山論劍 - TCFSH CIRC Judge TCIRC解題紀錄 d118. 例題 P-6-16. 山寨華山論劍 - TCFSH CIRC JudgeAP325-d118-2.cpp // Author : ysh // 01/07/2023 Sat 19:07:20.97 // https://judge.tcirc.tw/ShowProblem?problemid=d118 #includ 2023-01-07 資訊 > 題解 > TCIRC #solution #DP
d018. 例題 P-2-9. 子集合乘積 (折半枚舉) (@@) - TCFSH CIRC Judge TCIRC解題紀錄 d018. 例題 P-2-9. 子集合乘積 (折半枚舉) (@@) - TCFSH CIRC JudgeAP325-d018-2.cpp // Author : ysh // 01/06/2023 Fri 11:43:14.39 // https://judge.tcirc.tw/ShowProblem?problemid=d0 2023-01-06 資訊 > 題解 > TCIRC #solution #half-brute