結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 304 ms
135,460 KB
testcase_01 AC 290 ms
135,096 KB
testcase_02 AC 304 ms
135,476 KB
testcase_03 AC 303 ms
135,648 KB
testcase_04 AC 294 ms
136,356 KB
testcase_05 AC 289 ms
136,484 KB
testcase_06 AC 297 ms
137,380 KB
testcase_07 AC 484 ms
144,804 KB
testcase_08 AC 733 ms
155,092 KB
testcase_09 AC 732 ms
154,724 KB
testcase_10 AC 736 ms
154,552 KB
testcase_11 AC 726 ms
154,776 KB
testcase_12 AC 711 ms
154,344 KB
testcase_13 AC 733 ms
169,916 KB
testcase_14 AC 737 ms
159,728 KB
testcase_15 AC 728 ms
156,880 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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