e810. 2.潛水 (Diving) - 高中生程式解題系統 Zerojudge解題紀錄 e810. 2.潛水 (Diving) - 高中生程式解題系統Zerojudge-e810-4.cpp // Author : ysh // 09/09/2022 Fri 17:46:28.12 #include<bits/stdc++.h> using namespace std; int main() 2022-09-09 資訊 > 題解 > Zerojudge #solution #graph #dijkstra
d036. 習題 Q-3-12. 完美彩帶 (同 Q-5-8 ,分治版) (APCS201906) - TCFSH CIRC Judge TCIRC解題紀錄 d036. 習題 Q-3-12. 完美彩帶 (同 Q-5-8 ,分治版) (APCS201906) - TCFSH CIRC JudgeAP325-d036-3.cpp // Author : ysh // 09/09/2022 Fri 14:26:04.52 #include<bits/stdc++.h> #includ 2022-09-09 資訊 > 題解 > TCIRC #solution #sweep-line
d036. 習題 Q-3-12. 完美彩帶 (同 Q-5-8 ,分治版) (APCS201906) - TCFSH CIRC Judge TCIRC解題紀錄 d036. 習題 Q-3-12. 完美彩帶 (同 Q-5-8 ,分治版) (APCS201906) - TCFSH CIRC JudgeAP325-d036-2.cpp // Author : ysh // 09/09/2022 Fri 12:42:08.52 #include<bits/stdc++.h> using n 2022-09-09 資訊 > 題解 > TCIRC #solution #DC
g598. 4. 真假子圖 - 高中生程式解題系統 Zerojudge解題紀錄 g598. 4. 真假子圖 - 高中生程式解題系統Zerojudge-g598-2.cpp // Author : ysh // 09/07/2022 Wed 10:36:50.25 #include<bits/stdc++.h> using namespace std; vector<int>f; int 2022-09-07 資訊 > 題解 > Zerojudge #solution #DSU #undo
f315. 4. 低地距離 - 高中生程式解題系統 Zerojudge解題紀錄 f315. 4. 低地距離 - 高中生程式解題系統Zerojudge-f315-4.cpp // Author : ysh // 09/06/2022 Tue 20:39:14.93 #include<bits/stdc++.h> #include<bits/extc++.h> using namespace 2022-09-06 資訊 > 題解 > Zerojudge #solution #pb_ds
d788. 排名順序 - 高中生程式解題系統 Zerojudge解題紀錄 d788. 排名順序 - 高中生程式解題系統Zerojudge-d788-3.cpp // Author : ysh // 09/03/2022 Sat 19:42:36.78 #include<bits/stdc++.h> using namespace std; struct tree{ ve 2022-09-03 資訊 > 題解 > Zerojudge #solution #BIT #re #tree
d788. 排名順序 - 高中生程式解題系統 Zerojudge解題紀錄 d788. 排名順序 - 高中生程式解題系統Zerojudge-d788-2.cpp // Author : ysh // 09/03/2022 Sat 19:28:03.83 #include<bits/stdc++.h> #include<bits/extc++.h> using namespace st 2022-09-03 資訊 > 題解 > Zerojudge #solution #re #tree #pb_ds
d652. 貪婪之糊 - 高中生程式解題系統 Zerojudge解題紀錄 d652. 貪婪之糊 - 高中生程式解題系統Zerojudge-d652-4.cpp // Author : ysh // 09/03/2022 Sat 16:31:55.10 #include<bits/stdc++.h> using namespace std; vector<int>f; vector& 2022-09-03 資訊 > 題解 > Zerojudge #solution #DP #re
CSES - Flight Discount CSES - Flight DiscountFlight-Discount.cpp // Author : ysh // 08/30/2022 Tue 13:34:45.06 // https://cses.fi/problemset/task/1195 #include<bits/stdc++.h> using namespace std; #ifdef LOCAL #include< 2022-08-30 資訊 > 題解 > CSES #solution #graph #dijkstra
B - Modulo Number B - Modulo NumberModulo-Number.py # Author : ysh # 08/27/2022 Sat 20:51:43.17 # https://atcoder.jp/contests/abc266/tasks/abc266_b print(int(input()) % 998244353) 2022-08-27 資訊 > 題解 > AtCoder #solution #contest