CSES - Sliding Window Median CSES - Sliding Window MedianSliding-Median.cpp // Author : ysh // 01/28/2023 Sat 13:19:54.71 // https://cses.fi/problemset/task/1076 #include<bits/stdc++.h> #include<bits/extc++.h> using namespa 2023-01-28 資訊 > 題解 > CSES #solution #pb_ds
CSES - Array Division CSES - Array DivisionArray-Division.cpp // Author : ysh // 01/28/2023 Sat 12:42:22.55 // https://cses.fi/problemset/task/1085 #include<bits/stdc++.h> using namespace std; int a,b,mmax; #define int 2023-01-28 資訊 > 題解 > CSES #solution #binary_search
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