**本頁短網址:https://bit.ly/nssh2019 **第二短網址:https://tg.pe/nsh **本頁の網址:http://nsit.ga
請將zerojudge的學校改成長的那一個(連結)改成++新北市私立南山高級中學++(按下End可跳至最末)(似乎要輸入密碼) ==學期作業100+列表(++學期末前做完++)== 神奇的人
題庫 ( 全部作業題目都在這 )
APCS題庫 & 演算法筆記( 優秀ㄉ學姊 )
day 1 NTHU
什麼鬼?
unicode 版本的關係,像上面的📌是(1F4CC),在 unicode 6.0 版本中被新增,但原生 win7 應該只有支援到 5.0 ,因為 win7 早了一年。
可是win7很好用ㄟ
ㄐㄧㄥˇ打不出來啊 Ans:ㄉㄢˇ 丼
if(d == 'a') { // do sth }else if(d == 'b') { // do another thing if...else if...else作法: }else { // do the other thing }switch作法:
switch(d) { case 'a': // do sth break; case 'b': // do another thing break; default: // do the other thing }
while的小括號中放cin(cin後執行大括號中內容)
while(cin >> x) { // do sth }
vector map
b298: 老闆阿我要退貨
==過了好爽==
vector map
適用於所有STL
自動依據宣告值給型態
:::info 以後會有每週進度,都是母雞帶小雞,一起變親子丼 :::
起始位置
最後一個元素再往後一個
回傳++vector++的大小
pair<T1, T2> ++p++; ++p++.first ++p++.second
sizeof(++arr++)然後除以單格長度 或 ++arr++.size()
map<key, value> ++m++;
sort(first, last); sort(++v++.begin(), ++v++.end());
codewars? 駭客什麼的
怎麼傳array給function? https://sites.google.com/site/cycueec/Home/otherapplication/arrayintofunction
Array 變數本身是一個記憶體位置,Function 使用指摽對接即可直接修改原本的 array。 https://repl.it/@goodjack/SinfulLovelyLifecycles
這裡對比一下 Vector 的寫法 可以像一般變數一樣只傳值過去 https://repl.it/@goodjack/SnarlingIntrepidLoops
http://www.csie.ntnu.edu.tw/~u91029/DynamicProgramming.html
http://www.csie.ntnu.edu.tw/~u91029/KnapsackProblem.html
列表==(++學期末前做完++)==
d507 原因:試題未公開