結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 297 ms
144,464 KB
testcase_01 AC 290 ms
144,460 KB
testcase_02 AC 289 ms
144,464 KB
testcase_03 AC 287 ms
144,332 KB
testcase_04 AC 297 ms
144,208 KB
testcase_05 AC 286 ms
144,212 KB
testcase_06 AC 301 ms
144,332 KB
testcase_07 AC 481 ms
151,436 KB
testcase_08 AC 735 ms
158,756 KB
testcase_09 AC 737 ms
159,008 KB
testcase_10 AC 745 ms
158,628 KB
testcase_11 AC 738 ms
159,136 KB
testcase_12 AC 718 ms
159,396 KB
testcase_13 AC 756 ms
179,200 KB
testcase_14 AC 745 ms
170,272 KB
testcase_15 AC 745 ms
166,180 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;[\+](@(words)X-1)>>.abs.sum.say
0