結果

問題 No.1644 Eight Digits
ユーザー kotatsugamekotatsugame
提出日時 2021-08-13 23:16:54
言語 Raku
(rakudo v2023.09)
結果
AC  
実行時間 647 ms / 1,000 ms
コード長 40 bytes
コンパイル時間 2,173 ms
コンパイル使用メモリ 115,856 KB
実行使用メモリ 134,248 KB
最終ジャッジ日時 2023-07-27 07:32:08
合計ジャッジ時間 22,179 ms
ジャッジサーバーID
(参考情報)
judge14 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 634 ms
131,000 KB
testcase_01 AC 623 ms
131,124 KB
testcase_02 AC 637 ms
130,976 KB
testcase_03 AC 641 ms
131,080 KB
testcase_04 AC 626 ms
130,972 KB
testcase_05 AC 633 ms
130,928 KB
testcase_06 AC 635 ms
130,796 KB
testcase_07 AC 630 ms
130,676 KB
testcase_08 AC 636 ms
130,680 KB
testcase_09 AC 631 ms
130,516 KB
testcase_10 AC 635 ms
130,976 KB
testcase_11 AC 629 ms
130,868 KB
testcase_12 AC 639 ms
130,996 KB
testcase_13 AC 647 ms
130,684 KB
testcase_14 AC 639 ms
131,072 KB
testcase_15 AC 632 ms
130,916 KB
testcase_16 AC 636 ms
130,908 KB
testcase_17 AC 631 ms
130,796 KB
testcase_18 AC 635 ms
130,796 KB
testcase_19 AC 643 ms
130,976 KB
testcase_20 AC 638 ms
131,028 KB
testcase_21 AC 635 ms
130,828 KB
testcase_22 AC 629 ms
131,068 KB
testcase_23 AC 643 ms
131,120 KB
testcase_24 AC 620 ms
134,020 KB
testcase_25 AC 620 ms
134,032 KB
testcase_26 AC 623 ms
134,184 KB
testcase_27 AC 630 ms
134,248 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say sum permutations(1..8)>>.join X%%get
0