結果

問題 No.805 UMG
ユーザー tailstails
提出日時 2019-07-28 23:35:54
言語 Bash
(Bash 5.1.16)
結果
TLE  
実行時間 -
コード長 112 bytes
コンパイル時間 234 ms
コンパイル使用メモリ 6,820 KB
実行使用メモリ 13,640 KB
最終ジャッジ日時 2024-11-18 13:53:17
合計ジャッジ時間 25,450 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
13,632 KB
testcase_01 AC 11 ms
10,400 KB
testcase_02 AC 2 ms
13,632 KB
testcase_03 AC 2 ms
10,272 KB
testcase_04 AC 1 ms
13,632 KB
testcase_05 AC 1 ms
10,144 KB
testcase_06 AC 1 ms
10,272 KB
testcase_07 AC 5 ms
10,532 KB
testcase_08 AC 8 ms
10,404 KB
testcase_09 AC 5 ms
6,816 KB
testcase_10 AC 2 ms
6,816 KB
testcase_11 AC 4 ms
6,820 KB
testcase_12 AC 1 ms
6,820 KB
testcase_13 AC 8 ms
6,816 KB
testcase_14 AC 1 ms
6,820 KB
testcase_15 AC 1,356 ms
6,820 KB
testcase_16 AC 1,189 ms
6,816 KB
testcase_17 AC 671 ms
6,816 KB
testcase_18 TLE -
testcase_19 AC 455 ms
6,816 KB
testcase_20 AC 1,782 ms
6,816 KB
testcase_21 AC 889 ms
6,816 KB
testcase_22 AC 1,206 ms
6,820 KB
testcase_23 TLE -
testcase_24 TLE -
testcase_25 TLE -
testcase_26 TLE -
testcase_27 TLE -
権限があれば一括ダウンロードができます

ソースコード

diff #

read n
read s
for((U=MG=1;i<n;++i)){
((${s:i:1}))&&for((j=i;k=++j*2-i,k<n;r+=${s:j:1}${s:k:1})){
:
}
}
echo $[r]
0