結果

問題 No.693 square1001 and Permutation 2
ユーザー %20%20
提出日時 2018-06-09 19:00:16
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 352 ms / 2,000 ms
コード長 47 bytes
コンパイル時間 694 ms
コンパイル使用メモリ 120,076 KB
実行使用メモリ 132,228 KB
最終ジャッジ日時 2023-08-16 05:07:44
合計ジャッジ時間 5,768 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 335 ms
131,896 KB
testcase_01 AC 335 ms
132,144 KB
testcase_02 AC 339 ms
132,148 KB
testcase_03 AC 334 ms
132,056 KB
testcase_04 AC 352 ms
132,228 KB
testcase_05 AC 337 ms
132,104 KB
testcase_06 AC 330 ms
131,596 KB
testcase_07 AC 343 ms
132,108 KB
testcase_08 AC 338 ms
132,004 KB
testcase_09 AC 334 ms
132,108 KB
testcase_10 AC 343 ms
131,968 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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