d103. P-8-2. 物流派送系統 - TCFSH CIRC Judge TCIRC解題紀錄 d103. P-8-2. 物流派送系統 - TCFSH CIRC JudgeAP325-d103.cpp // Author : ysh // 03/06/2023 Mon 12:47:05.35 // https://judge.tcirc.tw/ShowProblem?problemid=d103 #include<b 2023-03-06 資訊 > 題解 > TCIRC #solution #tree
c030. VII. $電電^{的指數^{的指數}}$ - TCFSH CIRC Judge TCIRC解題紀錄 c030. VII. $電電^{的指數^{的指數}}$ - TCFSH CIRC Judgetcirc-c030.cpp // Author : ysh // 03/04/2023 Sat 22:45:33.46 // https://judge.tcirc.tw/ShowProblem?problemid=c030 #incl 2023-03-04 資訊 > 題解 > TCIRC #solution #fast-power
2055 - 直升機(Helicopter) | TIOJ INFOR Online Judge 2055 - 直升機(Helicopter) | TIOJ INFOR Online JudgeTIOJ-2055.cpp // Author : ysh // 03/04/2023 Sat 20:07:14.68 // https://tioj.ck.tp.edu.tw/problems/2055 #include<bits/stdc++.h> using namespace std; v 2023-03-04 資訊 > 題解 > TIOJ #solution #seg_tree
2053 - 費氏數列(Fibonacci) | TIOJ INFOR Online Judge 2053 - 費氏數列(Fibonacci) | TIOJ INFOR Online JudgeTIOJ-2053.cpp // Author : ysh // 03/04/2023 Sat 18:56:57.26 // https://tioj.ck.tp.edu.tw/problems/2053 #include<bits/stdc++.h> using namespace std; # 2023-03-04 資訊 > 題解 > TIOJ #solution #fast-power
2052 - 排列第幾個?(Permutation) | TIOJ INFOR Online Judge 2052 - 排列第幾個?(Permutation) | TIOJ INFOR Online JudgeTIOJ-2052-2.cpp // Author : ysh // 03/04/2023 Sat 18:00:11.70 // https://tioj.ck.tp.edu.tw/problems/2052 #include<bits/stdc++.h> using namespace 2023-03-04 資訊 > 題解 > TIOJ #math #solution #DP
2052 - 排列第幾個?(Permutation) | TIOJ INFOR Online Judge 2052 - 排列第幾個?(Permutation) | TIOJ INFOR Online JudgeTIOJ-2052.cpp // Author : ysh // 03/04/2023 Sat 11:56:36.69 // https://tioj.ck.tp.edu.tw/problems/2052 #pragma GCC optimize("O3,unroll-loops") #prag 2023-03-04 資訊 > 題解 > TIOJ #math #solution #DP
CSES - Download Speed CSES - Download SpeedDownload-Speed.cpp // Author : ysh // 02/28/2023 Tue 15:47:23.72 // https://cses.fi/problemset/task/1694 #include<bits/stdc++.h> using namespace std; #ifdef LOCAL #include<d 2023-02-28 資訊 > 題解 > CSES #solution #graph #Flow
d093. P-7-4. 方格棋盤的最少轉彎數路線 - TCFSH CIRC Judge TCIRC解題紀錄 d093. P-7-4. 方格棋盤的最少轉彎數路線 - TCFSH CIRC JudgeAP325-d093-2.cpp // Author : ysh // 02/26/2023 Sun 18:26:33.16 // https://judge.tcirc.tw/ShowProblem?problemid=d093 #incl 2023-02-26 資訊 > 題解 > TCIRC #solution #graph #Dijkstra
CSES - Reachable Nodes CSES - Reachable NodesReachable-Nodes.cpp // Author : ysh // 02/25/2023 Sat 7:08:07.73 // https://cses.fi/problemset/task/2138 #pragma GCC optimize("O3,unroll-loops") #pragma GCC target("avx2,bmi,bmi 2023-02-25 資訊 > 題解 > CSES #solution #graph #tapoo
cses 進階題題解 Meet in the Middle折半枚舉 // Author : ysh // 02/24/2023 Fri 13:28:19.73 // https://cses.fi/problemset/task/1628 #include<bits/stdc++.h> using namespace std; #define int long long void check(int l,int 2023-02-24 資訊 > 題解 #algo #solution #cses