結果

問題 No.1644 Eight Digits
ユーザー yuruhiyayuruhiya
提出日時 2021-08-13 22:00:36
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 721 ms / 1,000 ms
コード長 45 bytes
コンパイル時間 559 ms
コンパイル使用メモリ 126,084 KB
実行使用メモリ 143,100 KB
最終ジャッジ日時 2024-10-03 18:53:39
合計ジャッジ時間 21,241 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 679 ms
139,144 KB
testcase_01 AC 645 ms
142,848 KB
testcase_02 AC 635 ms
138,884 KB
testcase_03 AC 715 ms
139,136 KB
testcase_04 AC 684 ms
139,016 KB
testcase_05 AC 715 ms
139,272 KB
testcase_06 AC 657 ms
139,140 KB
testcase_07 AC 635 ms
139,188 KB
testcase_08 AC 713 ms
139,400 KB
testcase_09 AC 684 ms
139,144 KB
testcase_10 AC 696 ms
138,816 KB
testcase_11 AC 670 ms
139,000 KB
testcase_12 AC 707 ms
138,492 KB
testcase_13 AC 645 ms
139,012 KB
testcase_14 AC 649 ms
139,144 KB
testcase_15 AC 699 ms
139,128 KB
testcase_16 AC 681 ms
139,140 KB
testcase_17 AC 699 ms
139,140 KB
testcase_18 AC 650 ms
138,772 KB
testcase_19 AC 721 ms
139,316 KB
testcase_20 AC 720 ms
139,268 KB
testcase_21 AC 709 ms
138,460 KB
testcase_22 AC 631 ms
139,144 KB
testcase_23 AC 609 ms
139,776 KB
testcase_24 AC 626 ms
143,100 KB
testcase_25 AC 593 ms
139,580 KB
testcase_26 AC 585 ms
139,136 KB
testcase_27 AC 581 ms
139,016 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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