結果

問題 No.1569 Nixoracci's Number
ユーザー yuruhiyayuruhiya
提出日時 2021-06-27 15:40:02
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 391 ms / 2,000 ms
コード長 51 bytes
コンパイル時間 1,498 ms
コンパイル使用メモリ 112,556 KB
実行使用メモリ 125,124 KB
最終ジャッジ日時 2023-09-09 20:55:15
合計ジャッジ時間 12,105 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 383 ms
124,620 KB
testcase_01 AC 379 ms
124,360 KB
testcase_02 AC 377 ms
124,392 KB
testcase_03 AC 376 ms
124,300 KB
testcase_04 AC 385 ms
124,832 KB
testcase_05 AC 379 ms
124,460 KB
testcase_06 AC 389 ms
125,076 KB
testcase_07 AC 373 ms
124,288 KB
testcase_08 AC 382 ms
124,312 KB
testcase_09 AC 379 ms
124,164 KB
testcase_10 AC 387 ms
124,264 KB
testcase_11 AC 391 ms
124,404 KB
testcase_12 AC 382 ms
124,528 KB
testcase_13 AC 384 ms
125,124 KB
testcase_14 AC 376 ms
124,312 KB
testcase_15 AC 381 ms
125,036 KB
testcase_16 AC 373 ms
124,412 KB
testcase_17 AC 381 ms
124,456 KB
testcase_18 AC 375 ms
124,476 KB
testcase_19 AC 373 ms
124,596 KB
testcase_20 AC 382 ms
124,836 KB
testcase_21 AC 375 ms
124,640 KB
testcase_22 AC 373 ms
124,296 KB
testcase_23 AC 377 ms
124,740 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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