d064. P-5-4. 反序數量 (APCS201806) - TCFSH CIRC Judge TCIRC解題紀錄 d064. P-5-4. 反序數量 (APCS201806) - TCFSH CIRC JudgeAP325-d064-4.cpp // Author : ysh // 08/17/2022 Wed 21:46:43.85 #include<bits/stdc++.h> using namespace std; #defi 2022-08-17 資訊 > 題解 > TCIRC #solution #BIT #tree
d064. P-5-4. 反序數量 (APCS201806) - TCFSH CIRC Judge TCIRC解題紀錄 d064. P-5-4. 反序數量 (APCS201806) - TCFSH CIRC JudgeAP325-d064-3.cpp // Author : ysh // 08/17/2022 Wed 21:36:49.08 #include<bits/stdc++.h> #include<bits/extc++.h> 2022-08-17 資訊 > 題解 > TCIRC #solution #tree #pb_ds
CSES - Salary Queries CSES - Salary QueriesSalary-Queries.cpp // Author : ysh // 08/17/2022 Wed 8:06:09.40 // https://cses.fi/problemset/task/1144/ #include<bits/stdc++.h> #include<bits/extc++.h> using namespace std 2022-08-17 資訊 > 題解 > CSES #solution #tree #pb_ds
e367. 區間Xor - 高中生程式解題系統 Zerojudge解題紀錄 e367. 區間Xor - 高中生程式解題系統Zerojudge-e367.py # Author : ysh # 08/16/2022 Tue 16:53:37.42 b = [] llast = 0 last = 0 for i in range(100001): last = last ^ i ll 2022-08-16 資訊 > 題解 > Zerojudge #solution #pref
CSES - Monsters CSES - MonstersMonsters.cpp // Author : ysh // 08/16/2022 Tue 8:08:02.33 // https://cses.fi/problemset/task/1194 #include<bits/stdc++.h> using namespace std; #ifdef LOCAL #include<C:\Users\Publ 2022-08-16 資訊 > 題解 > CSES #solution #BFS
CSES - Round Trip CSES - Round TripRound-Trip.cpp // Author : ysh // 08/15/2022 Mon 12:59:35.46 // https://cses.fi/problemset/task/1669 #include<bits/stdc++.h> using namespace std; vector<vector<int>>f; vector 2022-08-15 資訊 > 題解 > CSES #solution #DFS
CSES - Message Route CSES - Message RouteMessage-Route.cpp // Author : ysh // 08/13/2022 Sat 10:08:29.02 // https://cses.fi/problemset/task/1667 #include<bits/stdc++.h> using namespace std; #ifdef LOCAL #include<C:\ 2022-08-13 資訊 > 題解 > CSES #solution #BFS #re-search
CSES - Building Roads CSES - Building RoadsBuilding-Roads.cpp // Author : ysh // 08/13/2022 Sat 7:44:15.40 // https://cses.fi/problemset/task/1666 #include<bits/stdc++.h> using namespace std; vector<int>f; inline in 2022-08-13 資訊 > 題解 > CSES #solution #graph
CSES - Labyrinth CSES - LabyrinthLabyrinth.cpp // Author : ysh // 08/09/2022 Tue 15:34:23 // https://cses.fi/problemset/task/1193 #include<bits/stdc++.h> using namespace std; int xx[] = {1,0,-1,0}; int yy 2022-08-09 資訊 > 題解 > CSES #solution #BFS #re-search
d055. P-4-14. 控制點 (2D-max) - TCFSH CIRC Judge TCIRC解題紀錄 d055. P-4-14. 控制點 (2D-max) - TCFSH CIRC JudgeAP325-d055.cpp // Author : ysh // 08/03/2022 Wed 10:06:43 // https://judge.tcirc.tw/ShowProblem?problemid=d055 #include& 2022-08-03 資訊 > 題解 > TCIRC #solution #sweep-line #greedy