結果

問題 No.166 マス埋めゲーム
ユーザー yuruhiyayuruhiya
提出日時 2020-10-18 16:34:32
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 396 ms / 1,000 ms
コード長 43 bytes
コンパイル時間 334 ms
コンパイル使用メモリ 120,240 KB
実行使用メモリ 134,136 KB
最終ジャッジ日時 2023-09-28 11:51:43
合計ジャッジ時間 10,309 ms
ジャッジサーバーID
(参考情報)
judge12 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 390 ms
133,728 KB
testcase_01 AC 394 ms
133,912 KB
testcase_02 AC 396 ms
133,720 KB
testcase_03 AC 389 ms
133,952 KB
testcase_04 AC 390 ms
133,896 KB
testcase_05 AC 383 ms
133,440 KB
testcase_06 AC 390 ms
134,084 KB
testcase_07 AC 382 ms
134,116 KB
testcase_08 AC 385 ms
133,684 KB
testcase_09 AC 387 ms
133,456 KB
testcase_10 AC 390 ms
134,112 KB
testcase_11 AC 385 ms
133,600 KB
testcase_12 AC 378 ms
134,064 KB
testcase_13 AC 384 ms
133,928 KB
testcase_14 AC 386 ms
133,780 KB
testcase_15 AC 386 ms
133,808 KB
testcase_16 AC 383 ms
133,688 KB
testcase_17 AC 389 ms
134,072 KB
testcase_18 AC 388 ms
133,948 KB
testcase_19 AC 383 ms
134,136 KB
testcase_20 AC 390 ms
133,844 KB
testcase_21 AC 387 ms
133,856 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=words;say <NO YES>[+^-($0*$1)%$2==+^-$3]
0