結果

問題 No.693 square1001 and Permutation 2
ユーザー %20%20
提出日時 2018-06-09 19:00:16
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 378 ms / 2,000 ms
コード長 47 bytes
コンパイル時間 426 ms
コンパイル使用メモリ 134,124 KB
実行使用メモリ 137,380 KB
最終ジャッジ日時 2024-05-03 14:23:17
合計ジャッジ時間 5,581 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 362 ms
136,996 KB
testcase_01 AC 367 ms
137,252 KB
testcase_02 AC 367 ms
136,864 KB
testcase_03 AC 371 ms
137,252 KB
testcase_04 AC 367 ms
136,992 KB
testcase_05 AC 378 ms
137,252 KB
testcase_06 AC 373 ms
137,144 KB
testcase_07 AC 370 ms
136,996 KB
testcase_08 AC 366 ms
137,252 KB
testcase_09 AC 366 ms
137,380 KB
testcase_10 AC 367 ms
137,376 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say sum ((1..get) <<->>sort +<<get.words)>>.abs
0