エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
| out H W X map input bombs check | out := Transcript. H := W := X := 10. map := (Array new: H wi... | out H W X map input bombs check | out := Transcript. H := W := X := 10. map := (Array new: H withAll: (String new: W withAll: $.)) deepCopy. input := [:msg | out cr; show: msg. (FillInTheBlank request: msg) ifEmpty: [^self] ifNotEmpty: [:ans | out show: ans. ans asInteger] ]. bombs := Set new. X timesRepeat: [bombs add: W atRandom @ H atRandom]. check := nil. check := [:pos | (pos >= (1@1) and: