APCS - 11106-4.cpp APCS - 11106-4.cppAPCS-11106-4.cpp // Author : ysh // 06/13/2022 Mon 11:22:31.15 #include<bits/stdc++.h> using namespace std; #define MAX 1000 #define int long long vector<vector<int>>f(MAX,v 2022-06-13 資訊 > 題解 > APCS #solution #DP
d788. 排名順序 - 高中生程式解題系統 Zerojudge解題紀錄 d788. 排名順序 - 高中生程式解題系統Zerojudge-d788.cpp // Author : ysh // 06/11/2022 Sat 8:45:20.98 #include<bits/stdc++.h> using namespace std; vector<int>f(100000); i 2022-06-11 資訊 > 題解 > Zerojudge #solution #seg_tree
f315. 4. 低地距離 - 高中生程式解題系統 Zerojudge解題紀錄 f315. 4. 低地距離 - 高中生程式解題系統Zerojudge-f315-3.cpp // Author : ysh // 06/10/2022 Fri 16:18:38.06 #include<bits/stdc++.h> using namespace std; #ifdef LOCAL #include 2022-06-10 資訊 > 題解 > Zerojudge #solution #seg_tree
d784. 一、連續元素的和 - 高中生程式解題系統 Zerojudge解題紀錄 d784. 一、連續元素的和 - 高中生程式解題系統Zerojudge-d784-3.cpp // Author : ysh // 06/10/2022 Fri 13:57:58.91 #include<bits/stdc++.h> using namespace std; #ifdef LOCAL #inclu 2022-06-10 資訊 > 題解 > Zerojudge #solution #DP
d784. 一、連續元素的和 - 高中生程式解題系統 Zerojudge解題紀錄 d784. 一、連續元素的和 - 高中生程式解題系統Zerojudge-d784-2.cpp // Author : ysh // 06/10/2022 Fri 13:52:41.37 #include<bits/stdc++.h> using namespace std; int main() { 2022-06-10 資訊 > 題解 > Zerojudge #solution #DP
d784. 一、連續元素的和 - 高中生程式解題系統 Zerojudge解題紀錄 d784. 一、連續元素的和 - 高中生程式解題系統Zerojudge-d784.cpp // Author : ysh // 06/10/2022 Fri 13:38:31.07 #include<bits/stdc++.h> using namespace std; #ifdef LOCAL #include 2022-06-10 資訊 > 題解 > Zerojudge #solution #DP
d079. P-6-17. 切棍子 - TCFSH CIRC Judge TCIRC解題紀錄 d079. P-6-17. 切棍子 - TCFSH CIRC JudgeAP325-d079-3.cpp // Author : ysh // 06/09/2022 Thu 21:24:21.96 #include<bits/stdc++.h> using namespace std; #ifdef LOCAL #inc 2022-06-09 資訊 > 題解 > TCIRC #solution #DP #re
D - Knapsack 1 D - Knapsack 1Knapsack1.cpp // Author : ysh // 06/02/2022 Thu 9:11:13.58 // https://atcoder.jp/contests/dp/tasks/dp_d #include<bits/stdc++.h> using namespace std; #define int long long signed main 2022-06-02 資訊 > 題解 > AtCoder #solution #DP
CSES - Nearest Smaller Values CSES - Nearest Smaller ValuesNearest-Smaller-Values.cpp // Author : ysh // 05/31/2022 Tue 21:55:19.94 // https://cses.fi/problemset/task/1645/ #include<bits/stdc++.h> using namespace std; int main( 2022-05-31 資訊 > 題解 > CSES #solution #priority_queue
d080. P-6-19. 階梯數字 (APCS201802) (@@) - TCFSH CIRC Judge TCIRC解題紀錄 d080. P-6-19. 階梯數字 (APCS201802) (@@) - TCFSH CIRC JudgeAP325-d080.cpp // Author : ysh // 05/23/2022 Mon 8:14:30.36 #include<bits/stdc++.h> using namespace std; # 2022-05-23 資訊 > 題解 > TCIRC #solution #DP #eg.