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
c299. 1. 連號或不連號 - 高中生程式解題系統 Zerojudge解題紀錄 c299. 1. 連號或不連號 - 高中生程式解題系統Zerojudge-c299.cpp // Author : ysh // 06/15/2022 Wed 19:51:45.00 #include<bits/stdc++.h> using namespace std; int main() { 2022-06-15 資訊 > 題解 > Zerojudge #solution #bitset
f680. 色塊數量 - 高中生程式解題系統 Zerojudge解題紀錄 f680. 色塊數量 - 高中生程式解題系統Zerojudge-f680-2.cpp #include<bits/stdc++.h> using namespace std; // void c.check(int,int,int,int); void pm(); int color[10][10] = { 2022-06-15 資訊 > 題解 > Zerojudge #solution #DFS #class
APCS - 11106-4-3.cpp APCS - 11106-4-3.cppAPCS-11106-4-3.cpp // Author : ysh // 06/14/2022 Tue 9:00:43.90 #include<bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(0); 2022-06-14 資訊 > 題解 > APCS #solution #DP
APCS - 11106-4-2.cpp APCS - 11106-4-2.cppAPCS-11106-4-2.cpp // Author : ysh // 06/14/2022 Tue 8:26:42.81 #include<bits/stdc++.h> using namespace std; #ifdef LOCAL #include<C:\Users\Public\debug.h> #else #define deb 2022-06-14 資訊 > 題解 > APCS #solution #DP