結果

問題 No.390 最長の数列
ユーザー kotatsugamekotatsugame
提出日時 2019-10-12 06:59:08
言語 cLay
(20240714-1)
結果
AC  
実行時間 142 ms / 5,000 ms
コード長 109 bytes
コンパイル時間 5,535 ms
コンパイル使用メモリ 207,628 KB
実行使用メモリ 21,376 KB
最終ジャッジ日時 2024-07-05 13:25:41
合計ジャッジ時間 6,746 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 26 ms
18,944 KB
testcase_01 AC 25 ms
18,944 KB
testcase_02 AC 26 ms
19,072 KB
testcase_03 AC 25 ms
18,944 KB
testcase_04 AC 26 ms
18,944 KB
testcase_05 AC 9 ms
7,552 KB
testcase_06 AC 108 ms
20,352 KB
testcase_07 AC 25 ms
18,944 KB
testcase_08 AC 4 ms
5,376 KB
testcase_09 AC 22 ms
18,944 KB
testcase_10 AC 45 ms
21,248 KB
testcase_11 AC 47 ms
21,248 KB
testcase_12 AC 43 ms
21,376 KB
testcase_13 AC 48 ms
20,224 KB
testcase_14 AC 142 ms
20,864 KB
testcase_15 AC 4 ms
5,376 KB
testcase_16 AC 6 ms
5,760 KB
testcase_17 AC 20 ms
19,200 KB
testcase_18 AC 22 ms
19,328 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll N,a,A[1d5],D[2d6];{rd(N,A(N));sortA(N,A);rep(i,N){D[a=A[i]]++;rep(j,a,2d6,a)D[j]>?=D[a];}wt(max(D(2d6)));}
0