摘要:
Here list some of the public problems set by me. Those extremely easy problems might not be included here. Format: # ID / When / Problem Name / Where 閱讀全文
摘要:
菜雞隊訓練實錄。 現場賽記錄:[名稱:獎項/排名] 2017: ICPC Shenyang:Gold/3 CCPC Hangzhou:Gold/3 ICPC Beijing:Gold/13 CCPC Final:Silver/22 ICPC Asia East Continent League Fi 閱讀全文
摘要:
題解: https://files.cnblogs.com/files/clrs97/ZJCPC_2025.pdf Code: A. Outer LIS #include<iostream> #include<cmath> #include<algorithm> using namespace st 閱讀全文
摘要:
題解: https://files.cnblogs.com/files/clrs97/2024_Hong_Kong_Tutorial.pdf Code: A. General Symmetry // floating point errors #pragma GCC optimize("Ofast, 閱讀全文
摘要:
題解: https://files.cnblogs.com/files/clrs97/ZJCPC24_Tutorial.pdf Code: A. Bingo #include <bits/stdc++.h> using namespace std; string n; int m; typedef 閱讀全文
摘要:
題解: https://files.cnblogs.com/files/clrs97/2023hangzhou_tutorials-2-22.pdf Code: A. Submissions #include <bits/stdc++.h> using namespace std; using Su 閱讀全文
摘要:
題解: https://files.cnblogs.com/files/clrs97/2023Guilin_Tutorial.pdf Code: A. Easy Diameter Problem #include<bits/stdc++.h> using namespace std; const i 閱讀全文
摘要:
題解: https://files.cnblogs.com/files/clrs97/2023HDU%E7%AC%AC%E4%B8%89%E5%9C%BA%E9%A2%98%E8%A7%A3.pdf Code: A. Magma Cave #include<iostream> #include<al 閱讀全文
摘要:
題解: https://files.cnblogs.com/files/clrs97/2023_ZJCPC_Tutorial.pdf Code: A. Look and Say #include<bits/stdc++.h> using namespace std; int main() { ios 閱讀全文
摘要:
題解: https://files.cnblogs.com/files/clrs97/2022ICPCHangzhouTutorial.pdf Code: A. Modulo Ruins the Legend #include<bits/stdc++.h> using namespace std; 閱讀全文