Codeforces - Buying-Mascots Codeforces - Buying-MascotsBuying-Mascots.cpp // Author : ysh // 02/06/2023 Mon 10:28:34.20 // https://codeforces.com/gym/425267 #include<bits/stdc++.h> using namespace std; int main() { i 2023-02-06 資訊 > 題解 > Codeforces #solution #DP
Codeforces - Genetic-Sequence-Searching Codeforces - Genetic-Sequence-SearchingGenetic-Sequence-Searching.cpp // Author : ysh // 02/03/2023 Fri 22:13:57.53 // https://codeforces.com/gym/425267 #include<bits/stdc++.h> using namespace std; 2023-02-03 資訊 > 題解 > Codeforces #solution #string #Z
洛谷 - P3919 洛谷 - P3919luogu-P3919.cpp // Author : ysh // 02/03/2023 Fri 11:27:54.40 // https://www.luogu.com.cn/problem/P3919 #include<bits/stdc++.h> using namespace std; #define int long long #include<fast 2023-02-03 資訊 > 題解 > 洛谷 #solution #DFS #offline
Codeforces - Tufurama Codeforces出處 Educational Codeforces Round 41 (Rated for Div. 2)難度 1900標籤 data structures *1900 Codeforces - TufuramaTufurama.cpp // Author : ysh // 02/02/2023 Thu 18:23:24 2023-02-02 資訊 > 題解 > Codeforces #solution #BIT
CSES - Sliding Window Median CSES - Sliding Window MedianSliding-Median.cpp // Author : ysh // 01/28/2023 Sat 13:19:54.71 // https://cses.fi/problemset/task/1076 #include<bits/stdc++.h> #include<bits/extc++.h> using namespa 2023-01-28 資訊 > 題解 > CSES #solution #pb_ds
CSES - Array Division CSES - Array DivisionArray-Division.cpp // Author : ysh // 01/28/2023 Sat 12:42:22.55 // https://cses.fi/problemset/task/1085 #include<bits/stdc++.h> using namespace std; int a,b,mmax; #define int 2023-01-28 資訊 > 題解 > CSES #solution #binary_search
h663. 士兵排列 (Soldiers) - 高中生程式解題系統 Zerojudge解題紀錄 h663. 士兵排列 (Soldiers) - 高中生程式解題系統Zerojudge-h663.cpp // Author : ysh // 01/26/2023 Thu 13:34:15.02 #include<bits/stdc++.h> using namespace std; int main() 2023-01-26 資訊 > 題解 > Zerojudge #solution #DP
Codeforces - Fixed-Prefix-Permutations Codeforces出處 Educational Codeforces Round 142 (Rated for Div. 2)難度 1700標籤 binary search bitmasks data structures hashing math sortings *1700 Codeforces - Fixed-Prefix 2023-01-25 資訊 > 題解 > Codeforces #solution #hash
Codeforces - Addition-on-Segments Codeforces出處 Avito Code Challenge 2018難度 2200標籤 bitmasks data structures divide and conquer dp *2200 Codeforces - Addition-on-SegmentsAddition-on-Segments.cpp // Author 2023-01-25 資訊 > 題解 > Codeforces #solution #DC #seg_tree #bitset
Online Judge Online JudgeUVa-821.cpp // Author : ysh // 01/24/2023 Tue 19:40:36.19 // https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=854&page=show_problem&problem=762 #i 2023-01-24 資訊 > 題解 > Others #solution #graph