結果

問題 No.929 よくあるボールを移動するやつ
ユーザー tailstails
提出日時 2023-02-22 21:26:14
言語 Bash
(Bash 5.1.16)
結果
AC  
実行時間 427 ms / 2,000 ms
コード長 55 bytes
コンパイル時間 284 ms
コンパイル使用メモリ 6,948 KB
実行使用メモリ 13,256 KB
最終ジャッジ日時 2024-07-22 22:08:15
合計ジャッジ時間 4,429 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
5,248 KB
testcase_01 AC 2 ms
5,376 KB
testcase_02 AC 2 ms
5,376 KB
testcase_03 AC 1 ms
5,376 KB
testcase_04 AC 2 ms
5,376 KB
testcase_05 AC 2 ms
5,376 KB
testcase_06 AC 2 ms
5,376 KB
testcase_07 AC 169 ms
7,296 KB
testcase_08 AC 417 ms
13,256 KB
testcase_09 AC 423 ms
13,000 KB
testcase_10 AC 419 ms
13,252 KB
testcase_11 AC 417 ms
13,256 KB
testcase_12 AC 420 ms
13,136 KB
testcase_13 AC 414 ms
13,132 KB
testcase_14 AC 427 ms
13,256 KB
testcase_15 AC 422 ms
13,132 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

read
$_ b
for b in $b;{((x+=b-1,y+=x<0?-x:x));}
echo $y
0