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
i426. 12657 Boxes in a Line - 高中生程式解題系統 Zerojudge解題紀錄 i426. 12657 Boxes in a Line - 高中生程式解題系統Zerojudge-i426.cpp // Author : ysh // 06/18/2022 Sat 9:07:18.04 #include<bits/stdc++.h> using namespace std; #define i 2022-06-18 資訊 > 題解 > Zerojudge #solution #list
b051. 2. 排列最大值 - 高中生程式解題系統 Zerojudge解題紀錄 b051. 2. 排列最大值 - 高中生程式解題系統Zerojudge-b051.cpp // Author : ysh // 06/17/2022 Fri 6:33:16.09 #include<bits/stdc++.h> using namespace std; inline bool pt(bool x, 2022-06-17 資訊 > 題解 > Zerojudge #solution #compare