d767. 血緣關係 - 高中生程式解題系統 Zerojudge解題紀錄 d767. 血緣關係 - 高中生程式解題系統Zerojudge-d767.cpp // Author : ysh // 10/14/2022 Fri 8:17:54.88 #include<bits/stdc++.h> using namespace std; #ifdef LOCAL #include<d 2022-10-14 資訊 > 題解 > Zerojudge #solution #graph #DFS #LCA #sparse_table
Codeforces - Graph-Without-Long-Directed-Paths Codeforces出處 Codeforces Round 550 (Div. 3)難度 1700標籤 dfs and similar graphs *1700 Codeforces - Graph-Without-Long-Directed-PathsGraph-Without-Long-Directed-Paths.cpp // Au 2022-10-12 資訊 > 題解 > Codeforces #solution #graph #DSU #DFS
CSES - Longest Flight Route CSES - Longest Flight RouteLongest-Flight-Route-2.cpp // Author : ysh // 10/12/2022 Wed 11:21:18.28 // https://cses.fi/problemset/task/1680/ #include<bits/stdc++.h> using namespace std; vector<i 2022-10-12 資訊 > 題解 > CSES #solution #graph #tapo #re-search #DAG
CSES - Course Schedule CSES - Course ScheduleCourse-Schedule.cpp // Author : ysh // 10/11/2022 Tue 11:29:32.41 // https://cses.fi/problemset/task/1679 #include<bits/stdc++.h> using namespace std; int main() { io 2022-10-11 資訊 > 題解 > CSES #solution #graph #tapo
CSES - Round Trip II CSES - Round Trip IIRound-Trip-II.cpp // Author : ysh // 10/11/2022 Tue 9:20:43.98 // https://cses.fi/problemset/task/1678 #include<bits/stdc++.h> using namespace std; vector<int>mark; bitset&l 2022-10-11 資訊 > 題解 > CSES #solution #graph #DFS
CSES - High Score CSES - High ScoreHigh-Score-5.cpp // Author : ysh // 10/10/2022 Mon 8:29:12.94 // https://cses.fi/problemset/task/1673 #include<bits/stdc++.h> using namespace std; #ifdef LOCAL #include<debug.h 2022-10-10 資訊 > 題解 > CSES #solution #graph #DFS
e810. 2.潛水 (Diving) - 高中生程式解題系統 Zerojudge解題紀錄 e810. 2.潛水 (Diving) - 高中生程式解題系統Zerojudge-e810-6.cpp // Author : ysh // 10/10/2022 Mon 8:02:09.83 #include<bits/stdc++.h> using namespace std; #define int lon 2022-10-10 資訊 > 題解 > Zerojudge #solution #re #graph #dijkstra
d100. Q-7-8. 小寶的著色問題 - TCFSH CIRC Judge TCIRC解題紀錄 d100. Q-7-8. 小寶的著色問題 - TCFSH CIRC JudgeAP325-d100.cpp // Author : ysh // 10/05/2022 Wed 11:41:47.19 // https://judge.tcirc.tw/ShowProblem?problemid=d100 #include< 2022-10-05 資訊 > 題解 > TCIRC #solution #graph #DSU
g733. 110北二4.漫遊高譚市 - 高中生程式解題系統 Zerojudge解題紀錄 g733. 110北二4.漫遊高譚市 - 高中生程式解題系統Zerojudge-g733.cpp // Author : ysh // 10/03/2022 Mon 15:00:39.37 #include<bits/stdc++.h> using namespace std; int main() { 2022-10-03 資訊 > 題解 > Zerojudge #solution #DP #graph #dijkstra
2266 - 小P打仗 | TIOJ INFOR Online Judge 2266 - 小P打仗 | TIOJ INFOR Online Judgetioj-2266.cpp // Author : ysh // 10/01/2022 Sat 12:22:19.49 // https://tioj.ck.tp.edu.tw/problems/2266 #include<bits/stdc++.h> using namespace std; #define int 2022-10-01 資訊 > 題解 > TIOJ #solution #set #greedy