Codeforces - Legacy Codeforces出處 Codeforces Round 406 (Div. 1)難度 2300標籤 data structures graphs shortest paths *2300 Codeforces - LegacyLegacy.cpp // Author : ysh // 02/10/2023 Fri 8:32:33. 2023-02-10 資訊 > 題解 > Codeforces #solution #graph #seg_tree
Codeforces - Study-Plan Codeforces - Study-PlanStudy-Plan.py # Author : ysh # 02/07/2023 Tue 15:54:02.52 # https://codeforces.com/group/H0qY3QmnOW/contest/425166/problem/F n = input() a = [int(i) for i in input().split()] v 2023-02-07 資訊 > 題解 > Codeforces #solution #DP
d799. 区间求和 - 高中生程式解題系統 Zerojudge解題紀錄 d799. 区间求和 - 高中生程式解題系統Zerojudge-d799-4.cpp // Author : ysh // 02/06/2023 Mon 16:50:56.61 #include<bits/stdc++.h> using namespace std; #define int long long st 2023-02-06 資訊 > 題解 > Zerojudge #solution #seg_tree #lazy-tag
Codeforces - Exterior Codeforces - ExteriorExterior.cpp // Author : ysh // 02/06/2023 Mon 15:12:51.96 // https://codeforces.com/gym/425267 #include<bits/stdc++.h> using namespace std; signed main() { ios::sync_ 2023-02-06 資訊 > 題解 > Codeforces #solution #graph #Dijkstra
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