algosolution “palace tags: emissary".cpp [time=] code AGAR-king2.cpp tags: priority_queue [time=02,04,2022 Fri 14:32:20,17] code AP325-d010.cpp tags: queue [time=02,23,2022 Wed 8:48:27,43 2022-11-13 資訊 > 演算法 > 題單 #algo
2283 - 調分 | TIOJ INFOR Online Judge 2283 - 調分 | TIOJ INFOR Online JudgeTIOJ-2283.cpp // Author : ysh // 11/09/2022 Wed 11:23:22.04 // https://tioj.ck.tp.edu.tw/problems/2283 #include<bits/stdc++.h> using namespace std; #define int l 2022-11-09 資訊 > 題解 > TIOJ #solution #graph #difference #Dijkstra
2276 - 外賓接待 | TIOJ INFOR Online Judge 2276 - 外賓接待 | TIOJ INFOR Online JudgeTIOJ-2276.cpp // Author : ysh // 11/05/2022 Sat 19:12:15.41 // https://tioj.ck.tp.edu.tw/problems/2276 #include<bits/stdc++.h> using namespace std; vector<in 2022-11-05 資訊 > 題解 > TIOJ #solution #permutation
洛谷 - filling-box 洛谷 - filling-boxfilling-box.cpp // Author : ysh // 11/05/2022 Sat 14:10:09.03 // https://www.luogu.com.cn/problem/P1049 #include<bits/stdc++.h> using namespace std; int main() { ios::sync_ 2022-11-05 資訊 > 題解 > 洛谷 #solution #DP
CSES - Subtree Queries CSES - Subtree QueriesSubtree-Queries-2.cpp // Author : ysh // 11/04/2022 Fri 15:48:09.90 // https://cses.fi/problemset/task/1137 #include<bits/stdc++.h> using namespace std; #include<tree> int 2022-11-04 資訊 > 題解 > CSES #solution #BIT #DFS #tree
CSES - Distance Queries CSES - Distance QueriesDistance-Queries-2.cpp // Author : ysh // 11/04/2022 Fri 14:31:53.56 // https://cses.fi/problemset/task/1135 #include<bits/stdc++.h> using namespace std; vector<vector< 2022-11-04 資訊 > 題解 > CSES #solution #tree #LCA
CSES - Company Queries II CSES - Company Queries IICompany-Queries-II.cpp // Author : ysh // 11/04/2022 Fri 14:19:29.34 // https://cses.fi/problemset/task/1688 #include<bits/stdc++.h> using namespace std; vector<vector&l 2022-11-04 資訊 > 題解 > CSES #solution #tree #LCA
CSES - Company Queries I CSES - Company Queries ICompany-Queries-I.cpp // Author : ysh // 11/04/2022 Fri 14:03:57.46 // https://cses.fi/problemset/task/1687 #include<bits/stdc++.h> using namespace std; vector<vector< 2022-11-04 資訊 > 題解 > CSES #solution #tree