結果

問題 No.929 よくあるボールを移動するやつ
ユーザー kotatsugamekotatsugame
提出日時 2019-11-22 22:11:52
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 910 ms / 2,000 ms
コード長 38 bytes
コンパイル時間 314 ms
コンパイル使用メモリ 134,008 KB
実行使用メモリ 170,552 KB
最終ジャッジ日時 2024-10-11 03:50:44
合計ジャッジ時間 11,300 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 351 ms
137,376 KB
testcase_01 AC 351 ms
136,604 KB
testcase_02 AC 355 ms
136,460 KB
testcase_03 AC 350 ms
136,460 KB
testcase_04 AC 351 ms
136,740 KB
testcase_05 AC 356 ms
136,588 KB
testcase_06 AC 362 ms
137,484 KB
testcase_07 AC 591 ms
144,400 KB
testcase_08 AC 869 ms
155,668 KB
testcase_09 AC 860 ms
155,536 KB
testcase_10 AC 863 ms
154,956 KB
testcase_11 AC 910 ms
154,436 KB
testcase_12 AC 866 ms
155,344 KB
testcase_13 AC 880 ms
170,552 KB
testcase_14 AC 864 ms
160,260 KB
testcase_15 AC 854 ms
157,208 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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