CSES - Distinct Values Queries CSES - Distinct Values QueriesDistinct-Values-Queries.cpp // Author : ysh // 11/22/2022 Tue 23:34:15.03 // https://cses.fi/problemset/task/1734 #include<bits/stdc++.h> using namespace std; #include 2022-11-22 資訊 > 題解 > CSES #solution #seg_tree #offline
d799. 区间求和 - 高中生程式解題系統 Zerojudge解題紀錄 d799. 区间求和 - 高中生程式解題系統Zerojudge-d799-2.cpp // Author : ysh // 11/22/2022 Tue 22:15:44.21 #include<bits/stdc++.h> using namespace std; #ifdef LOCAL #include< 2022-11-22 資訊 > 題解 > Zerojudge #solution #seg_tree #lazy-tag
Codeforces - Count-GCD Codeforces出處 CodeTON Round 3 (Div. 1 + Div. 2, Rated, Prizes!)難度 1800標籤 combinatorics math number theory *1800 Codeforces - Count-GCDCount-GCD.cpp // Author : ysh // 11/ 2022-11-22 資訊 > 題解 > Codeforces #math #solution
Codeforces - Quests Codeforces出處 Codeforces Round 835 (Div. 4)難度 1500標籤 binary search greedy sortings *1500 Codeforces - QuestsQuests.cpp // Author : ysh // 11/22/2022 Tue 10:12:46.19 // ht 2022-11-22 資訊 > 題解 > Codeforces #solution #binary_search
微積分上課筆記3 微積分上課筆記微分P.441 $\displaystyle (\ln x)’ = \frac{x’}{x}$ $\text{or}$ $\displaystyle [\ln(g(x))]’ = \frac{g’(x)}{g(x)}$ 求$\displaystyle y=\frac{x^{\frac{3}{4}} \sqrt{x^2+1}}{(3x+2)^5}$之 2022-11-21 數學 > 上課筆記 #math #calculus
Codeforces - Save-the-Magazines Codeforces出處 Educational Codeforces Round 137 (Rated for Div. 2)難度 1100標籤 constructive algorithms dp greedy *1100 Codeforces - Save-the-MagazinesSave-the-Magazines.cpp / 2022-11-20 資訊 > 題解 > Codeforces #solution #DP
微積分上課筆記2 微積分上課筆記 2022/11/16 One to one function for every $y$, there is only at most one $x$ satisfies $f(x) = y$. 例題$f(x)=\sqrt{-1-x}$ $\rightarrow x \leq -1$ => $f^{-1}(x)= 2022-11-16 數學 > 上課筆記 #math #calculus
匈牙利演算法 開幾個array: 1. now -> 記錄該點目前被誰佔有 2. mark -> 記錄該點是否被嘗試過 範例// Author : ysh // 10/21/2022 Fri 16:06:37.82 // https://tioj.ck.tp.edu.tw/problems/1069 #include<bits/stdc++.h> using namespace s 2022-11-16 資訊 > 演算法 #algo
學科區賽經驗 學科區賽經驗平時 找個強的人跟著練(真的) cses problemset很好用 加入CITRC 賽前 盡量不要緊張 看那種容易忘的演算法 不要再寫題目了 賽中 穩穩地寫 教授如果說題目要照難度排那絕對是騙人的== 不管有多少人先走都不要慌(因為它有可能是放棄的) 旁邊的如果放棄不要被影響(像我旁邊的就是放棄然後開小畫家畫畫==) 因為題目常常出錯,所以 2022-11-15 資訊 > 實戰
微積分上課筆記1 微積分上課筆記 Euler method 開方 Volumes by Cylinderical Shells [time=2022,11,14] Disk method$\int _a ^b \pi f^2(x)dx$ Shell method$\int^{d}_{c}2\pi y f(y)dy$ check 算球體體積 Calc the volume of a ball 這是半 2022-11-14 數學 > 上課筆記 #math #calculus