2025 iThome 鐵人賽
沒在獨自升級的 一起來
所有主題
選手 902 文章 19864
Day 13
2025-09-27
45
0
題目:給定一個整數陣列 prices,其中第 i 個元素代表股票在第 i 天的價格 不同於 Day 12,這次你可以多次買賣股票(但同一天不能同時買入和賣出)...
Day 21
2025-10-05
45
0
leetcode 系列
題目:You are given the heads of two sorted linked lists list1 and list2. Merge the...
Day 14
2025-09-28
45
0
今日之題目大意:給你一個非負整數 x,請你計算並回傳 x 的平方根(只取整數部分,捨去小數),而且不能用任何內建函數(像 Math.sqrt)。 範例輸入:x...
Day 15
2025-09-29
45
0
要在minecraft中新增合成表,要先到data資料夾新增rubymod/recipes,之後在recipes資料夾內放上2個json檔案,名字可以任意取(建...
Day 16
2025-09-30
45
0
▍程式碼 # views.py @app.route('/submit_quiz', methods=['POST']) def submit_quiz():...
Day 13
2025-09-27
45
0
▍程式碼 <script> let currentEditingQuestion = null; // 點擊題目,打開編輯視窗並帶...