結果

問題 No.2423 Merge Stones
ユーザー 👑 p-adicp-adic
提出日時 2023-08-30 17:18:56
言語 cLay
(20241019-1)
結果
TLE  
実行時間 -
コード長 327 bytes
コンパイル時間 3,032 ms
コンパイル使用メモリ 189,752 KB
実行使用メモリ 46,500 KB
最終ジャッジ日時 2025-01-02 10:35:24
合計ジャッジ時間 171,716 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
13,764 KB
testcase_01 AC 3 ms
13,760 KB
testcase_02 AC 2 ms
13,772 KB
testcase_03 AC 2 ms
13,760 KB
testcase_04 AC 1 ms
13,768 KB
testcase_05 AC 2 ms
13,764 KB
testcase_06 AC 2 ms
13,768 KB
testcase_07 AC 1 ms
13,768 KB
testcase_08 AC 2 ms
13,764 KB
testcase_09 AC 1 ms
13,760 KB
testcase_10 AC 2 ms
13,768 KB
testcase_11 TLE -
testcase_12 AC 1,745 ms
46,116 KB
testcase_13 AC 1,694 ms
46,372 KB
testcase_14 AC 1,750 ms
46,244 KB
testcase_15 AC 1,693 ms
46,240 KB
testcase_16 AC 1,745 ms
46,368 KB
testcase_17 AC 1,703 ms
46,240 KB
testcase_18 AC 1,677 ms
46,244 KB
testcase_19 AC 1,759 ms
46,372 KB
testcase_20 AC 1,702 ms
46,112 KB
testcase_21 AC 1,707 ms
46,112 KB
testcase_22 AC 1,762 ms
46,372 KB
testcase_23 AC 1,722 ms
46,244 KB
testcase_24 AC 1,740 ms
46,372 KB
testcase_25 AC 1,678 ms
46,116 KB
testcase_26 AC 1,719 ms
46,240 KB
testcase_27 AC 1,707 ms
46,116 KB
testcase_28 AC 1,868 ms
46,496 KB
testcase_29 AC 1,744 ms
46,240 KB
testcase_30 AC 1,718 ms
46,500 KB
testcase_31 AC 1,757 ms
46,244 KB
testcase_32 AC 1,718 ms
46,248 KB
testcase_33 AC 1,833 ms
46,240 KB
testcase_34 AC 1,825 ms
39,296 KB
testcase_35 AC 1,992 ms
39,296 KB
testcase_36 AC 1,713 ms
39,296 KB
testcase_37 AC 1,666 ms
39,168 KB
testcase_38 AC 1,664 ms
39,168 KB
testcase_39 AC 1,753 ms
39,296 KB
testcase_40 AC 1,696 ms
39,296 KB
testcase_41 AC 1,748 ms
39,296 KB
testcase_42 AC 1,885 ms
39,424 KB
testcase_43 AC 1,739 ms
39,296 KB
testcase_44 AC 1,834 ms
39,424 KB
testcase_45 AC 1,685 ms
39,296 KB
testcase_46 AC 1,709 ms
39,296 KB
testcase_47 AC 1,696 ms
39,296 KB
testcase_48 AC 1,701 ms
39,296 KB
testcase_49 AC 1,737 ms
39,168 KB
testcase_50 AC 1,705 ms
39,296 KB
testcase_51 TLE -
testcase_52 TLE -
testcase_53 TLE -
testcase_54 TLE -
testcase_55 TLE -
testcase_56 AC 1,772 ms
39,168 KB
testcase_57 AC 1,684 ms
39,296 KB
testcase_58 AC 1,785 ms
39,296 KB
testcase_59 AC 1,746 ms
39,296 KB
testcase_60 AC 1,717 ms
39,296 KB
testcase_61 TLE -
testcase_62 TLE -
testcase_63 TLE -
testcase_64 TLE -
testcase_65 TLE -
testcase_66 TLE -
testcase_67 TLE -
testcase_68 TLE -
testcase_69 TLE -
testcase_70 TLE -
testcase_71 TLE -
testcase_72 TLE -
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@N,@K,@A[N],@C[N],B[N][N][51]={},m,b;rep(i,N)B[i][i][C[i]]=1;rep(l,1,N)rep(i,N){m=i+l;rep(j,i,m)rep(c,51){if(B[i][j%N][c])rep(d,51)B[i][m%N][c]|=B[(j+1)%N][m%N][d]*(abs(c-d)<=K);if(B[(j+1)%N][m%N][c])rep(d,51)B[i][m%N][c]|=B[i][j%N][d]*(abs(c-d)<=K);}}wt(max[(i,j),0,N@max[c,0,51](B[i][(i+j)%N][c])](sum[k,i,i+j+1](A[k%N])));
0