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
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