APCS - 11001-4.cpp APCS - 11001-4.cppAPCS-11001-4.cpp // Author : ysh // 05/22/2022 Sun 10:58:32.16 #include<bits/stdc++.h> using namespace std; #define x first #define y second int main() { ios::sync_with_s 2022-05-22 資訊 > 題解 > APCS #solution #DP
APCS - 11001-3.cpp APCS - 11001-3.cppAPCS-11001-3.cpp // Author : ysh // 05/21/2022 Sat 21:19:53.85 #include<bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(0); 2022-05-21 資訊 > 題解 > APCS #solution #set
d079. P-6-17. 切棍子 - TCFSH CIRC Judge TCIRC解題紀錄 d079. P-6-17. 切棍子 - TCFSH CIRC JudgeAP325-d079-2.cpp // Author : ysh // 05/21/2022 Sat 17:23:38.31 #include<bits/stdc++.h> using namespace std; vector<int>f; c 2022-05-21 資訊 > 題解 > TCIRC #solution #DP
APCS - 10907-3.cpp APCS - 10907-3.cppAPCS-10907-3.cpp // Author : ysh // 05/21/2022 Sat 16:20:49.79 #include<bits/stdc++.h> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(0); 2022-05-21 資訊 > 題解 > APCS #solution #binary_search
g277. 3. 幸運數字 - 高中生程式解題系統 Zerojudge解題紀錄 g277. 3. 幸運數字 - 高中生程式解題系統Zerojudge-g277-3.cpp // Author : ysh // 05/11/2022 Wed 15:58:23.63 #include<bits/stdc++.h> using namespace std; #define int long long 2022-05-11 資訊 > 題解 > Zerojudge #solution #seg_tree
g277. 3. 幸運數字 - 高中生程式解題系統 Zerojudge解題紀錄 g277. 3. 幸運數字 - 高中生程式解題系統Zerojudge-g277-2.cpp // Author : ysh // 05/11/2022 Wed 9:53:21.21 #include<bits/stdc++.h> using namespace std; #define int long long 2022-05-11 資訊 > 題解 > Zerojudge #solution #pref #priority_queue
APCS - 10610-4.cpp APCS - 10610-4.cppAPCS-10610-4.cpp // Author : ysh // 05/07/2022 Sat 12:55:43.75 #include<bits/stdc++.h> using namespace std; #define int long long #define w first #define t second inline bool cp(p 2022-05-07 資訊 > 題解 > APCS #solution #compare
d072. Q-6-4. 闖關二選一 - TCFSH CIRC Judge TCIRC解題紀錄 d072. Q-6-4. 闖關二選一 - TCFSH CIRC JudgeAP325-d072-2.cpp // Author : ysh // 05/06/2022 Fri 11:14:37.61 #include<bits/stdc++.h> using namespace std; #define int long 2022-05-06 資訊 > 題解 > TCIRC #solution #DP
APCS - 10610-3.cpp APCS - 10610-3.cppAPCS-10610-3.cpp // Author : ysh // 05/01/2022 Sun 16:30:04.98 #include<bits/stdc++.h> using namespace std; #define MAX 100000 vector<int>f[MAX]; bitset<MAX>s; long long ans 2022-05-01 資訊 > 題解 > APCS #solution #DP #tree
APCS - 10503-4.cpp APCS - 10503-4.cppAPCS-10503-4.cpp // Author : ysh // 04/29/2022 Fri 21:49:04.42 #include<bits/stdc++.h> using namespace std; vector<int> f[100000]; // bool mark[10000][10000] = {}; in 2022-04-29 資訊 > 題解 > APCS #solution #DP #tree