Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
だから私はボードゲームを持っていて、ユーザーはボードのサイズを入力することが期待されています3、4、5 ... 3x3、4x4、5x5などになります...
ここ:
board: .word 0:100 # declare a board of size 100 and make ints '0' , O = 1, X = 2
ご覧のとおり、これは静的宣言です...たとえば、t0で見つかったユーザー入力のサイズに配列を作成する必要があります...