d012. 例題 P-2-3. 快速冪 - TCFSH CIRC Judge TCIRC解題紀錄 d012. 例題 P-2-3. 快速冪 - TCFSH CIRC JudgeAP325-d012.cpp // Author : ysh // 07/14/2022 Thu 22:28:10.35 // https://judge.tcirc.tw/ShowProblem?problemid=d012 #include<b 2022-07-14 資訊 > 題解 > TCIRC #solution #fast-power
a059. 完全平方和 - 高中生程式解題系統 Zerojudge解題紀錄 a059. 完全平方和 - 高中生程式解題系統Zerojudge-a059-2.cpp // Author : ysh // 07/04/2022 Mon 16:56:48.46 #include<bits/stdc++.h> using namespace std; int main() { i 2022-07-04 資訊 > 題解 > Zerojudge #solution #map #pref #table
a121. 質數又來囉 - 高中生程式解題系統 Zerojudge解題紀錄 a121. 質數又來囉 - 高中生程式解題系統Zerojudge-a121.cpp // Author : ysh // 06/30/2022 Thu 12:37:20.38 #include<bits/stdc++.h> using namespace std; #define MAX 10001 vector& 2022-06-30 資訊 > 題解 > Zerojudge #solution #prime
i510. 尋找子字串 - 高中生程式解題系統 Zerojudge解題紀錄 i510. 尋找子字串 - 高中生程式解題系統Zerojudge-i510-2.cpp // Author : ysh // 06/27/2022 Mon 7:54:06.54 #include<bits/stdc++.h> using namespace std; void check(string x,int 2022-06-27 資訊 > 題解 > Zerojudge #solution #KMP #string #search
b552. 3.找質數 - 高中生程式解題系統 Zerojudge解題紀錄 b552. 3.找質數 - 高中生程式解題系統Zerojudge-b552.cpp // Author : ysh // 06/26/2022 Sun 12:14:10.59 #include<bits/stdc++.h> using namespace std; #ifdef LOCAL #include< 2022-06-26 資訊 > 題解 > Zerojudge #solution #prime
g556. 白色世界(困難版) - 高中生程式解題系統 Zerojudge解題紀錄 g556. 白色世界(困難版) - 高中生程式解題系統Zerojudge-g556.cpp // Author : ysh // 06/24/2022 Fri 16:21:24.48 // https://192.168.193.20/contest/1/problem/004 #include<bits/stdc 2022-06-24 資訊 > 題解 > Zerojudge #solution #DP #fib
d052. 11456 - Trainsorting - 高中生程式解題系統 Zerojudge解題紀錄 d052. 11456 - Trainsorting - 高中生程式解題系統Zerojudge-d052.cpp // Author : ysh // 06/23/2022 Thu 11:27:10.65 #include<bits/stdc++.h> using namespace std; int main() 2022-06-23 資訊 > 題解 > Zerojudge #solution #DP
a133. 10066 - The Twin Towers - 高中生程式解題系統 Zerojudge解題紀錄 a133. 10066 - The Twin Towers - 高中生程式解題系統Zerojudge-a133.cpp // Author : ysh // 06/23/2022 Thu 10:29:46.82 #include<bits/stdc++.h> using namespace std; int mai 2022-06-23 資訊 > 題解 > Zerojudge #solution #DP
f416. 果然我的期中程設考搞錯了什麼 - 高中生程式解題系統 Zerojudge解題紀錄 f416. 果然我的期中程設考搞錯了什麼 - 高中生程式解題系統Zerojudge-f416-3.cpp // Author : ysh // 06/22/2022 Wed 18:08:26.56 #include<bits/stdc++.h> using namespace std; #ifdef LOCAL # 2022-06-22 資訊 > 題解 > Zerojudge #solution #KMP #string
b035. 電皇的資源回收場 - TCFSH CIRC Judge TCIRC解題紀錄 b035. 電皇的資源回收場 - TCFSH CIRC Judgetcirc-b035.cpp // Author : ysh // 06/21/2022 Tue 11:10:24.68 // https://judge.tcirc.tw/ShowProblem?problemid=b035 #include<bits/s 2022-06-21 資訊 > 題解 > TCIRC #solution #multiset