結果

問題 No.82 市松模様
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 13:53:27
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 445 ms / 5,000 ms
コード長 49 bytes
コンパイル時間 464 ms
コンパイル使用メモリ 125,824 KB
実行使用メモリ 136,004 KB
最終ジャッジ日時 2024-07-20 20:31:37
合計ジャッジ時間 5,714 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 428 ms
135,280 KB
testcase_01 AC 427 ms
135,948 KB
testcase_02 AC 423 ms
135,824 KB
testcase_03 AC 424 ms
134,796 KB
testcase_04 AC 433 ms
136,004 KB
testcase_05 AC 428 ms
135,920 KB
testcase_06 AC 445 ms
135,824 KB
testcase_07 AC 426 ms
135,952 KB
testcase_08 AC 430 ms
135,820 KB
testcase_09 AC 421 ms
135,892 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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