U - Grouping U - GroupingGrouping.cpp // Author : ysh // 02/20/2023 Mon 16:20:23.89 // https://atcoder.jp/contests/dp/tasks/dp_u #include<bits/stdc++.h> #include<fast> using namespace std; signed main() 2023-02-20 資訊 > 題解 > AtCoder #solution #DP
洛谷 - P3919-3 洛谷 - P3919-3luogu-P3919-3.cpp // Author : ysh // 02/11/2023 Sat 21:49:02.77 // https://www.luogu.com.cn/problem/P3919 #include<bits/stdc++.h> using namespace std; #include<fast> struct node{ 2023-02-11 資訊 > 題解 > 洛谷 #solution #seg_tree #time-stamp
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