d071. P-6-9. 大賣場免費大搬家 - TCFSH CIRC Judge TCIRC解題紀錄 d071. P-6-9. 大賣場免費大搬家 - TCFSH CIRC JudgeAP325-d071.cpp // Author : ysh // 04/22/2022 Fri 21:25:52.89 #include<bits/stdc++.h> using namespace std; #define MAX 1000 2022-04-22 資訊 > 題解 > TCIRC #solution #DP
d070. P-6-7. LCS - TCFSH CIRC Judge TCIRC解題紀錄 d070. P-6-7. LCS - TCFSH CIRC JudgeAP325-d070.cpp // Author : ysh // 04/22/2022 Fri 20:49:33.55 #include<bits/stdc++.h> using namespace std; int c[501][501] = 2022-04-22 資訊 > 題解 > TCIRC #solution #DP
d069. P-6-6. 方格棋盤路線 - TCFSH CIRC Judge TCIRC解題紀錄 d069. P-6-6. 方格棋盤路線 - TCFSH CIRC JudgeAP325-d069.cpp // Author : ysh // 04/22/2022 Fri 20:33:58.37 #include<bits/stdc++.h> using namespace std; int c[2000][2000] 2022-04-22 資訊 > 題解 > TCIRC #solution #DP
d095. P-7-6. DAG 的最長與最短路徑 - TCFSH CIRC Judge TCIRC解題紀錄 d095. P-7-6. DAG 的最長與最短路徑 - TCFSH CIRC JudgeAP325-d095.cpp // Author : ysh // 04/15/2022 Fri 10:12:41.37 // https://judge.tcirc.tw/ShowProblem?problemid=d095 #includ 2022-04-15 資訊 > 題解 > TCIRC #solution #DP #graph
a129. 最小生成樹 - 高中生程式解題系統 Zerojudge解題紀錄 a129. 最小生成樹 - 高中生程式解題系統Zerojudge-a129.cpp // Author : ysh // 04/11/2022 Mon 11:16:53.53 #include<bits/stdc++.h> using namespace std; #define int long long int 2022-04-11 資訊 > 題解 > Zerojudge #solution #graph
b184. 5. 裝貨櫃問題 - 高中生程式解題系統 Zerojudge解題紀錄 b184. 5. 裝貨櫃問題 - 高中生程式解題系統Zerojudge-b184.cpp // Author : ysh // 04/06/2022 Wed 8:11:20.57 #include<bits/stdc++.h> using namespace std; int main() { 2022-04-06 資訊 > 題解 > Zerojudge #solution #DP
Walrus Weights – Kattis, Kattis Walrus Weights – Kattis, Kattiskattis-Walrus-Weights.cpp // Author : ysh // 04/06/2022 Wed 17:48:02.14 // https://open.kattis.com/problems/walrusweights #include<bits/stdc++.h> using namespace std; 2022-04-05 資訊 > 題解 > Kattis #solution #DP
f640. 函數運算式求值 - 高中生程式解題系統 Zerojudge解題紀錄 f640. 函數運算式求值 - 高中生程式解題系統Zerojudge-f640.cpp // Author : ysh // 04/05/2022 Tue 7:45:16.00 #include<bits/stdc++.h> using namespace std; inline int f(int a) 2022-04-05 資訊 > 題解 > Zerojudge #solution #vector
d539. 區間 MAX - 高中生程式解題系統 Zerojudge解題紀錄 d539. 區間 MAX - 高中生程式解題系統Zerojudge-d539.cpp // Author : ysh // 04/03/2022 Sun 18:11:13.50 #include<bits/stdc++.h> using namespace std; vector<int>f(500000); 2022-04-03 資訊 > 題解 > Zerojudge #solution #seg_tree
f315. 4. 低地距離 - 高中生程式解題系統 Zerojudge解題紀錄 f315. 4. 低地距離 - 高中生程式解題系統Zerojudge-f315.cpp // Author : ysh // 04/03/2022 Sun 18:07:36.20 #include<bits/stdc++.h> using namespace std; int main() { i 2022-04-03 資訊 > 題解 > Zerojudge #solution #BIT