結果

問題 No.1644 Eight Digits
ユーザー kotatsugamekotatsugame
提出日時 2021-08-13 23:16:54
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 604 ms / 1,000 ms
コード長 40 bytes
コンパイル時間 1,641 ms
コンパイル使用メモリ 134,568 KB
実行使用メモリ 147,632 KB
最終ジャッジ日時 2024-04-14 20:29:52
合計ジャッジ時間 20,275 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 590 ms
145,704 KB
testcase_01 AC 580 ms
147,372 KB
testcase_02 AC 592 ms
147,500 KB
testcase_03 AC 589 ms
147,252 KB
testcase_04 AC 591 ms
147,376 KB
testcase_05 AC 594 ms
147,248 KB
testcase_06 AC 577 ms
147,248 KB
testcase_07 AC 584 ms
147,508 KB
testcase_08 AC 588 ms
147,500 KB
testcase_09 AC 587 ms
147,248 KB
testcase_10 AC 583 ms
145,608 KB
testcase_11 AC 591 ms
147,380 KB
testcase_12 AC 579 ms
147,124 KB
testcase_13 AC 592 ms
147,244 KB
testcase_14 AC 591 ms
147,248 KB
testcase_15 AC 604 ms
146,520 KB
testcase_16 AC 595 ms
147,244 KB
testcase_17 AC 588 ms
147,120 KB
testcase_18 AC 591 ms
147,380 KB
testcase_19 AC 586 ms
147,244 KB
testcase_20 AC 587 ms
147,248 KB
testcase_21 AC 586 ms
147,248 KB
testcase_22 AC 592 ms
147,500 KB
testcase_23 AC 589 ms
147,120 KB
testcase_24 AC 584 ms
147,124 KB
testcase_25 AC 592 ms
147,632 KB
testcase_26 AC 593 ms
145,604 KB
testcase_27 AC 591 ms
145,732 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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