結果

問題 No.82 市松模様
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 13:51:50
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 360 ms / 5,000 ms
コード長 52 bytes
コンパイル時間 335 ms
コンパイル使用メモリ 122,332 KB
実行使用メモリ 133,980 KB
最終ジャッジ日時 2023-09-28 01:55:01
合計ジャッジ時間 4,727 ms
ジャッジサーバーID
(参考情報)
judge14 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 341 ms
133,788 KB
testcase_01 AC 338 ms
133,720 KB
testcase_02 AC 346 ms
133,980 KB
testcase_03 AC 360 ms
133,840 KB
testcase_04 AC 342 ms
133,720 KB
testcase_05 AC 338 ms
133,804 KB
testcase_06 AC 347 ms
133,624 KB
testcase_07 AC 343 ms
133,676 KB
testcase_08 AC 339 ms
133,728 KB
testcase_09 AC 348 ms
133,696 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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