Codeforces - Subsequence-Addition-Easy-Version Codeforces出處 Codeforces Round 859 (Div. 4)難度 1100標籤 brute force data structures dp greedy implementation sortings *1100 Codeforces - Subsequence-Addition-Easy-Version 2023-12-28 資訊 > 題解 > Codeforces #solution #greedy #bitset
Codeforces - Era Codeforces出處 Codeforces Round 752 (Div. 2)難度 800標籤 greedy *800 Codeforces - EraEra.py # Author : ysh # 2023/12/01 Fri 21:30:24 # https://codeforces.com/problemset/problem/ 2023-12-01 資訊 > 題解 > Codeforces #solution #DP
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