應該是在後期的迴圈,b.paragraphs一直取到舊的index因為n只會在0-4之間跑而b.paragraphs的index會從0到24但你一直在拿0-4來...
只要改Febo就好了 public static int Febo(int n){ if (n<=2){ return 1; //...
print()的東西應該要在DEBUG CONSOLE才看得到OUTPUT裏面是vscode plugin的東西
高度為0:一層高度為1:兩層高度為2:三層高度為3:四層 第一題和第三題應該都只是層數和高度的誤會。 第二題的話,三個節點可以分兩大類一、第二層有一個節點:2x...
第二個方法,看起來只是輸出的格式不合你的意思。 可以改成 nm1 = int(input(": ")) nm2 = int(input(&q...
根據鐵人賽的規則簡章https://s.itho.me/vendor/2022/iThome/IH_220729C1_iThome%E9%90%B5%E4%BA...
我猜你想要的應該是這樣的Tfoo,表示這個資料不能有abcd以外的東西,但不一定四個屬性都要有 type Tfoo = { a?: string, b?...
檢查型別就可以了 let data: Tfoo = {...}; let newData = {}; for(let key in data) { i...
NTFS會有Master File Table, 是儲存在一些看不見的 $MFT檔案。https://ithelp.ithome.com.tw/articles...
https://www.tecmint.com/set-permanent-dns-nameservers-in-ubuntu-debian/你要安裝 reso...