題目連結:e525: 106 彰雲嘉區複賽 - Q5 回文日期問題
窮舉法
1 |
|
窮舉法
1 | #include<iostream> |
簡單的三角形判別
1 | #include<iostream> |
字串基本應用
1 | #include<iostream> |
用到最簡單DP和二分搜(都可以不用)
1 | #include<iostream> |
用map很方便(如果是C++11更方便)
1 | #include<iostream> |
這題用 Bellman-Ford 必定 TLE
1 | #include<bits/stdc++.h> |
比較函式的撰寫
1 | struct Player { |
這就是反序數對了(Merge Sort)
1 | vector<long> dt; |
我只想到用 Counting Sort (O(n*exp[i]_range))。
1 | int activityNotifications(vector<int> e, int d) { |
gcd轉lcm
1 | #include<bits/stdc++.h> |