結果

問題 No.1569 Nixoracci's Number
ユーザー yuruhiyayuruhiya
提出日時 2021-06-27 15:40:02
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 367 ms / 2,000 ms
コード長 51 bytes
コンパイル時間 2,156 ms
コンパイル使用メモリ 127,408 KB
実行使用メモリ 137,692 KB
最終ジャッジ日時 2024-06-27 13:25:58
合計ジャッジ時間 11,797 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 357 ms
137,052 KB
testcase_01 AC 356 ms
136,792 KB
testcase_02 AC 359 ms
136,024 KB
testcase_03 AC 353 ms
135,768 KB
testcase_04 AC 359 ms
137,692 KB
testcase_05 AC 353 ms
136,028 KB
testcase_06 AC 366 ms
137,436 KB
testcase_07 AC 352 ms
135,640 KB
testcase_08 AC 357 ms
136,796 KB
testcase_09 AC 356 ms
136,668 KB
testcase_10 AC 360 ms
135,632 KB
testcase_11 AC 357 ms
136,912 KB
testcase_12 AC 360 ms
135,896 KB
testcase_13 AC 362 ms
137,308 KB
testcase_14 AC 357 ms
136,024 KB
testcase_15 AC 365 ms
135,772 KB
testcase_16 AC 357 ms
136,924 KB
testcase_17 AC 353 ms
136,668 KB
testcase_18 AC 360 ms
135,896 KB
testcase_19 AC 358 ms
135,900 KB
testcase_20 AC 367 ms
135,772 KB
testcase_21 AC 360 ms
135,772 KB
testcase_22 AC 361 ms
135,256 KB
testcase_23 AC 366 ms
135,384 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=get.words;words~~say [|@$_,[+^] $_][+^-$1%-+^$0]
0