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
A - Middle Letter A - Middle LetterMiddle-Letter.py # Author : ysh # 08/27/2022 Sat 20:48:38.10 # https://atcoder.jp/contests/abc266/tasks/abc266_a a = input() print(a[len(a) >> 1]) quit() 2022-08-27 資訊 > 題解 > AtCoder #solution #contest
a194. 死亡 FLAG - 高中生程式解題系統 Zerojudge解題紀錄 a194. 死亡 FLAG - 高中生程式解題系統Zerojudge-a194.cpp // Author : ysh // 08/25/2022 Thu 21:45:19.09 #include<bits/stdc++.h> using namespace std; int main() { i 2022-08-25 資訊 > 題解 > Zerojudge #solution #DP
CSES - Grid Paths CSES - Grid PathsGrid-Paths.cpp // Author : ysh // 08/25/2022 Thu 17:23:21.41 // https://cses.fi/problemset/task/1638 #include<bits/stdc++.h> using namespace std; const int R = 1e9 + 7; int main() 2022-08-25 資訊 > 題解 > CSES #solution #DP
2224 - B. 村莊與小徑 | TIOJ INFOR Online Judge 2224 - B. 村莊與小徑 | TIOJ INFOR Online Judgecountry-and-road-2.cpp // Author : ysh // 08/25/2022 Thu 9:03:10.09 // https://tioj.ck.tp.edu.tw/problems/2224 #include<bits/stdc++.h> using namespace std; 2022-08-25 資訊 > 題解 > TIOJ #solution #graph
2224 - B. 村莊與小徑 | TIOJ INFOR Online Judge 2224 - B. 村莊與小徑 | TIOJ INFOR Online Judgecountry-and-road.cpp // Author : ysh // 08/25/2022 Thu 7:13:29.95 // https://tioj.ck.tp.edu.tw/problems/2224 #include<bits/stdc++.h> using namespace std; # 2022-08-25 資訊 > 題解 > TIOJ #solution #graph
1509 - 地道問題 | TIOJ INFOR Online Judge 1509 - 地道問題 | TIOJ INFOR Online Judgetunnel.cpp // Author : ysh // 08/25/2022 Thu 6:52:52.49 // https://tioj.ck.tp.edu.tw/problems/1509 #include<bits/stdc++.h> using namespace std; #define int lon 2022-08-25 資訊 > 題解 > TIOJ #solution #graph