結果

問題 No.929 よくあるボールを移動するやつ
ユーザー kotatsugamekotatsugame
提出日時 2019-11-23 00:14:32
言語 Bash
(Bash 5.1.16)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 51 bytes
コンパイル時間 52 ms
コンパイル使用メモリ 6,692 KB
実行使用メモリ 8,192 KB
最終ジャッジ日時 2024-10-11 06:34:44
合計ジャッジ時間 939 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
5,248 KB
testcase_01 AC 3 ms
5,248 KB
testcase_02 AC 3 ms
5,248 KB
testcase_03 AC 2 ms
5,248 KB
testcase_04 AC 3 ms
5,248 KB
testcase_05 AC 2 ms
5,248 KB
testcase_06 AC 3 ms
5,248 KB
testcase_07 AC 11 ms
5,248 KB
testcase_08 AC 24 ms
7,680 KB
testcase_09 AC 24 ms
7,680 KB
testcase_10 AC 23 ms
7,936 KB
testcase_11 AC 23 ms
7,936 KB
testcase_12 AC 23 ms
7,936 KB
testcase_13 WA -
testcase_14 WA -
testcase_15 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

awk 'c++{for(;i++<NF;)s+=((t+=$i-1)^2)^.5;print+s}'
0