結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 333 ms
143,824 KB
testcase_01 AC 334 ms
143,968 KB
testcase_02 AC 336 ms
143,852 KB
testcase_03 AC 320 ms
143,948 KB
testcase_04 AC 332 ms
143,824 KB
testcase_05 AC 335 ms
144,340 KB
testcase_06 AC 343 ms
144,220 KB
testcase_07 AC 553 ms
144,920 KB
testcase_08 AC 860 ms
146,068 KB
testcase_09 AC 854 ms
146,512 KB
testcase_10 AC 869 ms
145,932 KB
testcase_11 AC 853 ms
146,768 KB
testcase_12 AC 850 ms
146,640 KB
testcase_13 AC 866 ms
167,056 KB
testcase_14 AC 869 ms
155,404 KB
testcase_15 AC 842 ms
153,232 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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