結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 378 ms
133,844 KB
testcase_01 AC 377 ms
133,476 KB
testcase_02 AC 372 ms
133,628 KB
testcase_03 AC 378 ms
133,792 KB
testcase_04 AC 377 ms
133,736 KB
testcase_05 AC 374 ms
133,724 KB
testcase_06 AC 387 ms
133,660 KB
testcase_07 AC 381 ms
133,640 KB
testcase_08 AC 376 ms
133,712 KB
testcase_09 AC 380 ms
133,900 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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