結果

問題 No.390 最長の数列
ユーザー kotatsugamekotatsugame
提出日時 2019-10-12 06:59:08
言語 cLay
(20240104-1)
結果
AC  
実行時間 155 ms / 5,000 ms
コード長 109 bytes
コンパイル時間 4,888 ms
コンパイル使用メモリ 206,424 KB
実行使用メモリ 22,584 KB
最終ジャッジ日時 2023-09-19 00:28:38
合計ジャッジ時間 6,363 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 27 ms
21,724 KB
testcase_01 AC 25 ms
21,716 KB
testcase_02 AC 26 ms
21,764 KB
testcase_03 AC 26 ms
21,692 KB
testcase_04 AC 26 ms
21,828 KB
testcase_05 AC 9 ms
9,128 KB
testcase_06 AC 114 ms
22,584 KB
testcase_07 AC 21 ms
21,760 KB
testcase_08 AC 5 ms
7,428 KB
testcase_09 AC 22 ms
21,900 KB
testcase_10 AC 44 ms
22,496 KB
testcase_11 AC 45 ms
22,348 KB
testcase_12 AC 42 ms
22,392 KB
testcase_13 AC 49 ms
22,232 KB
testcase_14 AC 155 ms
22,396 KB
testcase_15 AC 5 ms
7,816 KB
testcase_16 AC 7 ms
9,644 KB
testcase_17 AC 20 ms
21,848 KB
testcase_18 AC 21 ms
21,876 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