結果

問題 No.1644 Eight Digits
ユーザー yuruhiyayuruhiya
提出日時 2021-08-13 22:00:36
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 687 ms / 1,000 ms
コード長 45 bytes
コンパイル時間 336 ms
コンパイル使用メモリ 134,284 KB
実行使用メモリ 149,380 KB
最終ジャッジ日時 2024-04-14 17:54:06
合計ジャッジ時間 19,750 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 652 ms
146,452 KB
testcase_01 AC 601 ms
149,380 KB
testcase_02 AC 594 ms
145,244 KB
testcase_03 AC 666 ms
146,556 KB
testcase_04 AC 637 ms
146,664 KB
testcase_05 AC 662 ms
146,324 KB
testcase_06 AC 617 ms
146,520 KB
testcase_07 AC 588 ms
146,188 KB
testcase_08 AC 665 ms
146,680 KB
testcase_09 AC 645 ms
145,128 KB
testcase_10 AC 655 ms
145,112 KB
testcase_11 AC 654 ms
146,584 KB
testcase_12 AC 663 ms
146,456 KB
testcase_13 AC 646 ms
146,168 KB
testcase_14 AC 620 ms
145,368 KB
testcase_15 AC 655 ms
146,452 KB
testcase_16 AC 648 ms
145,500 KB
testcase_17 AC 648 ms
146,584 KB
testcase_18 AC 609 ms
145,236 KB
testcase_19 AC 687 ms
146,304 KB
testcase_20 AC 680 ms
144,620 KB
testcase_21 AC 665 ms
144,744 KB
testcase_22 AC 613 ms
145,208 KB
testcase_23 AC 605 ms
145,760 KB
testcase_24 AC 599 ms
148,628 KB
testcase_25 AC 577 ms
146,284 KB
testcase_26 AC 590 ms
145,496 KB
testcase_27 AC 591 ms
145,112 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$!=get;say +grep *.join%%$!,permutations 1..8
0