結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,248 KB
testcase_01 AC 2 ms
5,376 KB
testcase_02 AC 2 ms
5,376 KB
testcase_03 AC 2 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 9 ms
5,376 KB
testcase_08 AC 21 ms
7,936 KB
testcase_09 AC 20 ms
8,064 KB
testcase_10 AC 19 ms
7,808 KB
testcase_11 AC 20 ms
7,808 KB
testcase_12 AC 21 ms
7,808 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