結果

問題 No.929 よくあるボールを移動するやつ
ユーザー kotatsugamekotatsugame
提出日時 2019-11-22 21:55:08
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 970 ms / 2,000 ms
コード長 39 bytes
コンパイル時間 458 ms
コンパイル使用メモリ 135,420 KB
実行使用メモリ 140,652 KB
最終ジャッジ日時 2024-10-11 03:27:41
合計ジャッジ時間 11,993 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 342 ms
136,532 KB
testcase_01 AC 332 ms
136,532 KB
testcase_02 AC 332 ms
136,412 KB
testcase_03 AC 338 ms
136,280 KB
testcase_04 AC 336 ms
136,412 KB
testcase_05 AC 343 ms
136,164 KB
testcase_06 AC 347 ms
137,176 KB
testcase_07 AC 592 ms
139,196 KB
testcase_08 AC 949 ms
139,780 KB
testcase_09 AC 937 ms
139,648 KB
testcase_10 AC 958 ms
140,652 KB
testcase_11 AC 963 ms
139,564 KB
testcase_12 AC 938 ms
139,660 KB
testcase_13 AC 970 ms
140,032 KB
testcase_14 AC 951 ms
140,420 KB
testcase_15 AC 959 ms
140,036 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;say sum map &abs,[\+] map *-1,words
0