結果

問題 No.693 square1001 and Permutation 2
ユーザー %20%20
提出日時 2018-06-09 19:05:29
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 362 ms / 2,000 ms
コード長 46 bytes
コンパイル時間 658 ms
コンパイル使用メモリ 120,268 KB
実行使用メモリ 131,904 KB
最終ジャッジ日時 2023-08-16 05:07:58
合計ジャッジ時間 5,775 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 351 ms
131,812 KB
testcase_01 AC 354 ms
131,712 KB
testcase_02 AC 357 ms
131,592 KB
testcase_03 AC 355 ms
131,852 KB
testcase_04 AC 357 ms
131,620 KB
testcase_05 AC 358 ms
131,632 KB
testcase_06 AC 362 ms
131,904 KB
testcase_07 AC 355 ms
131,488 KB
testcase_08 AC 358 ms
131,904 KB
testcase_09 AC 357 ms
131,500 KB
testcase_10 AC 357 ms
131,776 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;say sum map (++$_-*).abs,sort +<<words get
0