CSES - Round Trip II CSES - Round Trip IIRound-Trip-II-3.cpp // Author : ysh // 2023/11/30 Thu 00:15:31 // https://cses.fi/problemset/task/1678 #include<bits/stdc++.h> using namespace std; #include<slow> int main() 2023-11-30 資訊 > 題解 > CSES #solution #graph
CSES - Planets Queries I CSES - Planets Queries IPlanets-Queries-I.cpp // Author : ysh // 2023/11/29 Wed 23:52:45 // https://cses.fi/problemset/task/1750 #include<bits/stdc++.h> using namespace std; #include<fast> #incl 2023-11-29 資訊 > 題解 > CSES #solution #DP #tree
d073. Q-6-5. 二維最大子矩陣 - TCFSH CIRC Judge TCIRC解題紀錄 d073. Q-6-5. 二維最大子矩陣 - TCFSH CIRC Judgetcirc-d073-2.cpp // Author : ysh // 2023/11/17 Fri 16:17:22 // https://judge.tcirc.tw/ShowProblem?problemid=d073 #include<b 2023-11-17 資訊 > 題解 > TCIRC #solution #DP
d073. Q-6-5. 二維最大子矩陣 - TCFSH CIRC Judge TCIRC解題紀錄 d073. Q-6-5. 二維最大子矩陣 - TCFSH CIRC Judgetcirc-d073.cpp // Author : ysh // 2023/11/17 Fri 16:04:33 // https://judge.tcirc.tw/ShowProblem?problemid=d073 #include<bit 2023-11-17 資訊 > 題解 > TCIRC #solution #DP
Codeforces - Moving-Both-Hands Codeforces出處 COMPFEST 14 - Preliminary Online Mirror (Unrated, ICPC Rules, Teams Preferred)難度 1800標籤 dp graphs shortest paths *1800 Codeforces - Moving-Both-HandsMoving- 2023-11-12 資訊 > 題解 > Codeforces #solution #DP #graph #Dijkstra
f416. 果然我的期中程設考搞錯了什麼 - 高中生程式解題系統 Zerojudge解題紀錄 f416. 果然我的期中程設考搞錯了什麼 - 高中生程式解題系統Zerojudge-f416-4.cpp // Author : ysh // 2023/11/05 Sun 18:08:50 #include<bits/stdc++.h> using namespace std; vector<int> ch 2023-11-05 資訊 > 題解 > Zerojudge #solution #KMP #Z
CSES - Subarray Sum Queries CSES - Subarray Sum QueriesSubarray-Sum-Queries-2.cpp // Author : ysh // 2023/11/02 Thu 19:37:27 // https://cses.fi/problemset/task/1190 #include<bits/stdc++.h> using namespace std; #define int lon 2023-11-02 資訊 > 題解 > CSES #solution #operator #DP #DC #struct #seg_tree
Codeforces - RationalLee Codeforces出處 Codeforces Round 652 (Div. 2)難度 1400標籤 greedy math sortings two pointers *1400 Codeforces - RationalLeeRationalLee.cpp // Author : ysh // 2023/10/24 Tue 17 2023-10-24 資訊 > 題解 > Codeforces #solution #greedy
Codeforces - Integers-Have-Friends-2 Codeforces出處 Codeforces Round 736 (Div. 1)難度 1800標籤 binary search data structures divide and conquer math number theory two pointers *1800 Codeforces - Integers-Have- 2023-10-05 資訊 > 題解 > Codeforces #solution #table
Codeforces - Queue-II Codeforces出處 Codeforces Round 279 (Div. 2)難度 1500標籤 dsu implementation *1500 Codeforces - Queue-IIQueue-II.cpp // Author : ysh // 2023/09/30 Sat 08:59:06 // https://codef 2023-09-30 資訊 > 題解 > Codeforces #solution #DSU