結果

問題 No.929 よくあるボールを移動するやつ
ユーザー kotatsugamekotatsugame
提出日時 2019-11-22 22:07:42
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 774 ms / 2,000 ms
コード長 37 bytes
コンパイル時間 264 ms
コンパイル使用メモリ 134,276 KB
実行使用メモリ 162,672 KB
最終ジャッジ日時 2024-04-19 11:35:01
合計ジャッジ時間 9,778 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 300 ms
136,464 KB
testcase_01 AC 302 ms
136,592 KB
testcase_02 AC 300 ms
136,844 KB
testcase_03 AC 298 ms
136,588 KB
testcase_04 AC 295 ms
136,588 KB
testcase_05 AC 296 ms
136,592 KB
testcase_06 AC 302 ms
137,356 KB
testcase_07 AC 495 ms
140,336 KB
testcase_08 AC 755 ms
141,168 KB
testcase_09 AC 746 ms
140,688 KB
testcase_10 AC 752 ms
140,776 KB
testcase_11 AC 735 ms
140,660 KB
testcase_12 AC 765 ms
140,656 KB
testcase_13 AC 759 ms
162,672 KB
testcase_14 AC 774 ms
149,848 KB
testcase_15 AC 751 ms
148,848 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;[\+](map *-1,words)>>.abs.sum.say
0