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.
APCS - 11001-4.cpp APCS - 11001-4.cppAPCS-11001-4.cpp // Author : ysh // 05/22/2022 Sun 10:58:32.16 #include<bits/stdc++.h> using namespace std; #define x first #define y second int main() { ios::sync_with_s 2022-05-22 資訊 > 題解 > APCS #solution #DP
APCS - 11001-3.cpp APCS - 11001-3.cppAPCS-11001-3.cpp // Author : ysh // 05/21/2022 Sat 21:19:53.85 #include<bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(0); 2022-05-21 資訊 > 題解 > APCS #solution #set
d079. P-6-17. 切棍子 - TCFSH CIRC Judge TCIRC解題紀錄 d079. P-6-17. 切棍子 - TCFSH CIRC JudgeAP325-d079-2.cpp // Author : ysh // 05/21/2022 Sat 17:23:38.31 #include<bits/stdc++.h> using namespace std; vector<int>f; c 2022-05-21 資訊 > 題解 > TCIRC #solution #DP
APCS - 10907-3.cpp APCS - 10907-3.cppAPCS-10907-3.cpp // Author : ysh // 05/21/2022 Sat 16:20:49.79 #include<bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(0); 2022-05-21 資訊 > 題解 > APCS #solution #binary_search
g277. 3. 幸運數字 - 高中生程式解題系統 Zerojudge解題紀錄 g277. 3. 幸運數字 - 高中生程式解題系統Zerojudge-g277-3.cpp // Author : ysh // 05/11/2022 Wed 15:58:23.63 #include<bits/stdc++.h> using namespace std; #define int long long 2022-05-11 資訊 > 題解 > Zerojudge #solution #seg_tree
g277. 3. 幸運數字 - 高中生程式解題系統 Zerojudge解題紀錄 g277. 3. 幸運數字 - 高中生程式解題系統Zerojudge-g277-2.cpp // Author : ysh // 05/11/2022 Wed 9:53:21.21 #include<bits/stdc++.h> using namespace std; #define int long long 2022-05-11 資訊 > 題解 > Zerojudge #solution #pref #priority_queue