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
b430. 簡單乘法 - 高中生程式解題系統 Zerojudge解題紀錄 b430. 簡單乘法 - 高中生程式解題系統Zerojudge-b430.cpp // Author : ysh // 03/22/2022 Tue 9:18:35.58 #include<bits/stdc++.h> using namespace std; #define int long long int 2022-03-22 資訊 > 題解 > Zerojudge #solution #fast-power
d636. 大爆炸bomb - 高中生程式解題系統 Zerojudge解題紀錄 d636. 大爆炸bomb - 高中生程式解題系統Zerojudge-d636.cpp // Author : ysh // 03/21/2022 Mon 22:10:25.65 #include<bits/stdc++.h> using namespace std; #define p 10007 #define 2022-03-21 資訊 > 題解 > Zerojudge #solution #fast-power
g774. 校隊 (School Team) - 高中生程式解題系統 Zerojudge解題紀錄 g774. 校隊 (School Team) - 高中生程式解題系統Zerojudge-g774-2.cpp // Author : ysh // 03/19/2022 Sat 18:23:18.20 #include<bits/stdc++.h> using namespace std; int c[2005][ 2022-03-19 資訊 > 題解 > Zerojudge #solution #DP #TOI
d067. P-6-2. 不連續的表演酬勞 - TCFSH CIRC Judge TCIRC解題紀錄 d067. P-6-2. 不連續的表演酬勞 - TCFSH CIRC JudgeAP325-d067.cpp // Author : ysh // 03/11/2022 Fri 10:19:19.43 #include<bits/stdc++.h> using namespace std; int main() { 2022-03-11 資訊 > 題解 > TCIRC #solution #DP