2025 iThome 鐵人賽
沒在獨自升級的 一起來
Software Development
選手 98 文章 2216
Day 26
2025-09-10
157
0
主題 在前一天,我們已經完成了 Sudoku 基本盤面繪製,能在畫面上顯示 9x9 的格子結構。今天的目標是讓玩家能夠「操作遊戲」,具體來說: 用鍵盤方向鍵移...
Day 5
2025-09-11
157
0
今天我們來了解pl.col,作為學習expr前的準備工作。 本日大綱如下: 本日引入模組及準備工作 經典使用方式 便捷使用方式 codepanda 0....
Day 23
2025-09-30
157
0
今天解的題目是第四十五題 Jump Game II,題目給定一個整數陣列 nums,每個元素代表在該位置最多可以往前跳的步數,起始位置在索引 0,目標是找到到達...
Day 15
2025-09-19
157
0
Problem Description Simple, given a string of words, return the length of the s...
Day 9
2025-09-10
157
0
程式,遇到問題不應該直接掛掉,而是要能優雅地處理。 Python 的例外處理結構try: 嘗試執行這段程式碼 number = int(input(&quot...
Day 23
2025-10-07
157
0
讓我們建立一個檔案來寫帶有巨集 (macro) 的模組 defmodule MyMacro do defmacro macro_rem(a, b) do...