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
CSES - Tree Diameter CSES - Tree DiameterTree-Diameter.cpp // Author : ysh // 09/23/2022 Fri 20:14:07.72 // https://cses.fi/problemset/task/1131 #include<bits/stdc++.h> using namespace std; vector<vector<int>>f; 2022-09-23 資訊 > 題解 > CSES #solution #DP #DFS #tree
CSES - Subordinates CSES - SubordinatesSubordinates.cpp // Author : ysh // 09/21/2022 Wed 15:41:09.20 // https://cses.fi/problemset/task/1674 #include<bits/stdc++.h> using namespace std; vector<vector<int>>f; ve 2022-09-21 資訊 > 題解 > CSES #solution #DFS
CSES - Salary Queries CSES - Salary QueriesSalary-Queries-4.cpp // Author : ysh // 09/20/2022 Sun 9:47:00.78 // https://cses.fi/problemset/task/1144 #include<bits/stdc++.h> #include<bits/extc++.h> using namespace st 2022-09-18 資訊 > 題解 > CSES #solution #re #pb_ds
CSES - Range Xor Queries CSES - Range Xor QueriesRange-Xor-Queries.cpp // Author : ysh // 09/18/2022 Sun 9:12:35.91 // https://cses.fi/problemset/task/1650 #include<bits/stdc++.h> using namespace std; #define int long lon 2022-09-18 資訊 > 題解 > CSES #solution #BIT
c085. $E.$$Friends$ - TCFSH CIRC Judge TCIRC解題紀錄 c085. $E.$$Friends$ - TCFSH CIRC Judgetcirc-c085.cpp // Author : ysh // 09/16/2022 Fri 22:31:59.27 // https://judge.tcirc.tw/ShowProblem?problemid=c085 #include<b 2022-09-16 資訊 > 題解 > TCIRC #solution #DSU
d102. P-8-1. 樹上的推銷員 - TCFSH CIRC Judge TCIRC解題紀錄 d102. P-8-1. 樹上的推銷員 - TCFSH CIRC JudgeAP325-d102.cpp // Author : ysh // 09/16/2022 Fri 20:49:09.27 // https://judge.tcirc.tw/ShowProblem?problemid=d102 #include<b 2022-09-16 資訊 > 題解 > TCIRC #solution #operator #graph #DSU #DFS #struct