h663. 士兵排列 (Soldiers) - 高中生程式解題系統 Zerojudge解題紀錄 h663. 士兵排列 (Soldiers) - 高中生程式解題系統Zerojudge-h663.cpp // Author : ysh // 01/26/2023 Thu 13:34:15.02 #include<bits/stdc++.h> using namespace std; int main() 2023-01-26 資訊 > 題解 > Zerojudge #solution #DP
Codeforces - Fixed-Prefix-Permutations Codeforces出處 Educational Codeforces Round 142 (Rated for Div. 2)難度 1700標籤 binary search bitmasks data structures hashing math sortings *1700 Codeforces - Fixed-Prefix 2023-01-25 資訊 > 題解 > Codeforces #solution #hash
Codeforces - Addition-on-Segments Codeforces出處 Avito Code Challenge 2018難度 2200標籤 bitmasks data structures divide and conquer dp *2200 Codeforces - Addition-on-SegmentsAddition-on-Segments.cpp // Author 2023-01-25 資訊 > 題解 > Codeforces #solution #DC #seg_tree #bitset
Online Judge Online JudgeUVa-821.cpp // Author : ysh // 01/24/2023 Tue 19:40:36.19 // https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=854&page=show_problem&problem=762 #i 2023-01-24 資訊 > 題解 > Others #solution #graph
d794. 世界排名 - 高中生程式解題系統 Zerojudge解題紀錄 d794. 世界排名 - 高中生程式解題系統Zerojudge-d794.cpp // Author : ysh // 01/23/2023 Mon 7:40:36.31 #include<bits/stdc++.h> #include<bits/extc++.h> using namespace std; 2023-01-23 資訊 > 題解 > Zerojudge #solution #pb_ds
2248 - C. 共享自行車 | TIOJ INFOR Online Judge 2248 - C. 共享自行車 | TIOJ INFOR Online JudgeTIOJ-2248.cpp // Author : ysh // 01/20/2023 Fri 10:14:31.94 // https://tioj.ck.tp.edu.tw/problems/2248 #include<bits/stdc++.h> using namespace std; #ifdef L 2023-01-20 資訊 > 題解 > TIOJ #solution #DFS
h559. pC. 共享自行車 (bike) - 高中生程式解題系統 Zerojudge解題紀錄 h559. pC. 共享自行車 (bike) - 高中生程式解題系統Zerojudge-h559.cpp // Author : ysh // 01/19/2023 Thu 15:21:11.29 #include<bits/stdc++.h> using namespace std; #ifdef LOCAL # 2023-01-19 資訊 > 題解 > Zerojudge #solution #DFS
h558. pB. 打鍵盤(keyboard) - 高中生程式解題系統 Zerojudge解題紀錄 h558. pB. 打鍵盤(keyboard) - 高中生程式解題系統Zerojudge-h558.cpp // Author : ysh // 01/18/2023 Wed 8:55:19.33 #include<bits/stdc++.h> using namespace std; vector<vec 2023-01-18 資訊 > 題解 > Zerojudge #solution #DP
h560. pD. 2022 - 高中生程式解題系統 Zerojudge解題紀錄 h560. pD. 2022 - 高中生程式解題系統Zerojudge-h560-2.cpp // Author : ysh // 01/17/2023 Tue 21:23:38.16 #include<bits/stdc++.h> using namespace std; #define endno { 2023-01-17 資訊 > 題解 > Zerojudge #math #solution
CSES - Movie Festival II CSES - Movie Festival IIMovie-Festival-II.cpp // Author : ysh // 01/09/2023 Mon 16:12:20.93 // https://cses.fi/problemset/task/1632 #include<bits/stdc++.h> using namespace std; int main() { 2023-01-09 資訊 > 題解 > CSES #solution #greedy