結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 306 ms
136,588 KB
testcase_01 AC 313 ms
136,204 KB
testcase_02 AC 303 ms
135,692 KB
testcase_03 AC 303 ms
136,464 KB
testcase_04 AC 306 ms
136,592 KB
testcase_05 AC 300 ms
136,336 KB
testcase_06 AC 303 ms
137,512 KB
testcase_07 AC 520 ms
139,460 KB
testcase_08 AC 807 ms
140,356 KB
testcase_09 AC 809 ms
140,480 KB
testcase_10 AC 822 ms
139,888 KB
testcase_11 AC 832 ms
139,968 KB
testcase_12 AC 838 ms
139,980 KB
testcase_13 AC 845 ms
140,908 KB
testcase_14 AC 854 ms
140,904 KB
testcase_15 AC 883 ms
140,788 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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