結果

問題 No.1174 盆栽の剪定
ユーザー tailstails
提出日時 2020-08-18 09:57:26
言語 cLay
(20240714-1)
結果
AC  
実行時間 21 ms / 2,000 ms
コード長 148 bytes
コンパイル時間 1,907 ms
コンパイル使用メモリ 171,924 KB
実行使用メモリ 25,472 KB
最終ジャッジ日時 2024-07-05 13:54:08
合計ジャッジ時間 3,797 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
5,248 KB
testcase_01 AC 1 ms
5,376 KB
testcase_02 AC 1 ms
5,376 KB
testcase_03 AC 1 ms
5,376 KB
testcase_04 AC 1 ms
5,376 KB
testcase_05 AC 2 ms
5,376 KB
testcase_06 AC 2 ms
5,376 KB
testcase_07 AC 1 ms
5,376 KB
testcase_08 AC 1 ms
5,376 KB
testcase_09 AC 1 ms
5,376 KB
testcase_10 AC 1 ms
5,376 KB
testcase_11 AC 2 ms
5,376 KB
testcase_12 AC 1 ms
5,376 KB
testcase_13 AC 1 ms
5,376 KB
testcase_14 AC 2 ms
5,376 KB
testcase_15 AC 1 ms
5,376 KB
testcase_16 AC 2 ms
5,376 KB
testcase_17 AC 1 ms
5,376 KB
testcase_18 AC 2 ms
5,376 KB
testcase_19 AC 21 ms
25,472 KB
testcase_20 AC 19 ms
24,576 KB
testcase_21 AC 5 ms
6,784 KB
testcase_22 AC 20 ms
25,216 KB
testcase_23 AC 18 ms
24,576 KB
testcase_24 AC 18 ms
23,424 KB
testcase_25 AC 12 ms
16,512 KB
testcase_26 AC 15 ms
20,096 KB
testcase_27 AC 12 ms
16,128 KB
testcase_28 AC 16 ms
21,888 KB
testcase_29 AC 12 ms
15,104 KB
testcase_30 AC 20 ms
24,192 KB
testcase_31 AC 11 ms
15,232 KB
testcase_32 AC 10 ms
14,720 KB
testcase_33 AC 13 ms
17,920 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#define f(k)d[2*i+k][j+3]+max(d[2*i+3-k][j+1],0ll)
ll n,d[3d5][27];{rd(n,*d(n));rrep(i,n)rep(j,24)d[i][j+2]=max(f(1),f(2))+*d[i]*(j-7);wt(d[0][9]);}
0