結果

問題 No.118 門松列(2)
ユーザー tailstails
提出日時 2019-08-27 15:15:54
言語 Bash
(Bash 5.1.16)
結果
AC  
実行時間 995 ms / 5,000 ms
コード長 134 bytes
コンパイル時間 67 ms
コンパイル使用メモリ 6,692 KB
実行使用メモリ 13,100 KB
最終ジャッジ日時 2024-11-15 19:33:06
合計ジャッジ時間 22,924 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 661 ms
6,820 KB
testcase_01 AC 995 ms
13,100 KB
testcase_02 AC 971 ms
12,568 KB
testcase_03 AC 981 ms
12,832 KB
testcase_04 AC 989 ms
12,968 KB
testcase_05 AC 987 ms
12,968 KB
testcase_06 AC 649 ms
6,820 KB
testcase_07 AC 641 ms
6,820 KB
testcase_08 AC 654 ms
6,816 KB
testcase_09 AC 961 ms
12,292 KB
testcase_10 AC 731 ms
6,816 KB
testcase_11 AC 751 ms
6,820 KB
testcase_12 AC 721 ms
6,820 KB
testcase_13 AC 705 ms
6,816 KB
testcase_14 AC 960 ms
12,152 KB
testcase_15 AC 689 ms
6,816 KB
testcase_16 AC 852 ms
8,448 KB
testcase_17 AC 698 ms
6,816 KB
testcase_18 AC 762 ms
6,820 KB
testcase_19 AC 815 ms
7,680 KB
testcase_20 AC 829 ms
7,936 KB
testcase_21 AC 910 ms
10,664 KB
testcase_22 AC 739 ms
6,820 KB
testcase_23 AC 881 ms
10,112 KB
testcase_24 AC 767 ms
6,816 KB
testcase_25 AC 817 ms
7,424 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

read
$_ a
for a in $a
{((++b[a]))
}
for((i=101;--i;)){
for((j=i;--j;)){
for((t=b[i]*b[k=j];--k;s+=t*b[k])){
:
}
}
}
echo $[s%=10**9+7]
0