結果

問題 No.805 UMG
ユーザー tailstails
提出日時 2019-07-28 23:35:54
言語 Bash
(Bash 5.1.16)
結果
TLE  
実行時間 -
コード長 112 bytes
コンパイル時間 128 ms
コンパイル使用メモリ 5,120 KB
実行使用メモリ 10,624 KB
最終ジャッジ日時 2024-04-29 10:59:49
合計ジャッジ時間 14,623 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
10,624 KB
testcase_01 AC 12 ms
5,376 KB
testcase_02 AC 3 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 6 ms
5,376 KB
testcase_08 AC 10 ms
5,376 KB
testcase_09 AC 5 ms
5,376 KB
testcase_10 AC 1 ms
5,376 KB
testcase_11 AC 5 ms
5,376 KB
testcase_12 AC 1 ms
5,376 KB
testcase_13 AC 10 ms
5,376 KB
testcase_14 AC 2 ms
5,376 KB
testcase_15 AC 1,507 ms
5,376 KB
testcase_16 AC 1,318 ms
5,376 KB
testcase_17 AC 748 ms
5,376 KB
testcase_18 TLE -
testcase_19 AC 501 ms
5,376 KB
testcase_20 AC 1,958 ms
5,376 KB
testcase_21 AC 1,000 ms
5,376 KB
testcase_22 AC 1,350 ms
5,376 KB
testcase_23 TLE -
testcase_24 -- -
testcase_25 -- -
testcase_26 -- -
testcase_27 -- -
権限があれば一括ダウンロードができます

ソースコード

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