微積分上課筆記4 三角函數$sin(sin^{-1}x)=x$$\displaystyle \frac{d}{dx}sin(sin^{-1}x)=\frac{dx}{dx} = 1$$\displaystyle =cos(sin^{-1}x) \frac{d}{dx}sin^{-1}x$$\displaystyle (sin^{-1}x)’ = \frac{1}{c 2022-11-28 數學 > 上課筆記 #math #calculus
2254 - D. 汽車不再繞圈圈 | TIOJ INFOR Online Judge 2254 - D. 汽車不再繞圈圈 | TIOJ INFOR Online JudgeTIOJ-2254.cpp // Author : ysh // 11/25/2022 Fri 15:34:18.38 // https://tioj.ck.tp.edu.tw/problems/2254 #include<bits/stdc++.h> using namespace std; #ifdef 2022-11-25 資訊 > 題解 > TIOJ #solution #binary_search #graph #tapoo
2252 - B. 校園公車 | TIOJ INFOR Online Judge 2252 - B. 校園公車 | TIOJ INFOR Online JudgeTIOJ-2252-2.cpp // Author : ysh // 11/25/2022 Fri 9:20:00.81 // https://tioj.ck.tp.edu.tw/problems/2252 #include<bits/stdc++.h> using namespace std; // #def 2022-11-25 資訊 > 題解 > TIOJ #solution #geometry
d847. 2D rank finding problem - 高中生程式解題系統 Zerojudge解題紀錄 d847. 2D rank finding problem - 高中生程式解題系統Zerojudge-d847.cpp // Author : ysh // 11/24/2022 Thu 22:36:10.71 #include<bits/stdc++.h> using namespace std; #includ 2022-11-24 資訊 > 題解 > Zerojudge #solution #BIT
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