結果

問題 No.82 市松模様
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 13:51:50
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 405 ms / 5,000 ms
コード長 52 bytes
コンパイル時間 371 ms
コンパイル使用メモリ 126,724 KB
実行使用メモリ 136,208 KB
最終ジャッジ日時 2024-07-20 20:31:30
合計ジャッジ時間 5,212 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 402 ms
135,956 KB
testcase_01 AC 394 ms
135,952 KB
testcase_02 AC 390 ms
135,956 KB
testcase_03 AC 394 ms
136,080 KB
testcase_04 AC 399 ms
136,208 KB
testcase_05 AC 405 ms
136,204 KB
testcase_06 AC 400 ms
135,140 KB
testcase_07 AC 396 ms
135,956 KB
testcase_08 AC 402 ms
136,048 KB
testcase_09 AC 389 ms
136,084 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=words;put substr "BW"x$0,($_+$2.ord)%2,$0 for ^$1
0