結果

問題 No.2423 Merge Stones
ユーザー 👑 p-adicp-adic
提出日時 2023-08-30 17:33:03
言語 cLay
(20241019-1)
結果
WA  
実行時間 -
コード長 231 bytes
コンパイル時間 3,253 ms
コンパイル使用メモリ 187,408 KB
実行使用メモリ 6,824 KB
最終ジャッジ日時 2025-01-02 11:01:30
合計ジャッジ時間 32,083 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
6,820 KB
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
testcase_04 AC 1 ms
6,820 KB
testcase_05 AC 2 ms
6,816 KB
testcase_06 AC 2 ms
6,816 KB
testcase_07 WA -
testcase_08 AC 1 ms
6,816 KB
testcase_09 AC 2 ms
6,820 KB
testcase_10 AC 2 ms
6,820 KB
testcase_11 AC 636 ms
6,820 KB
testcase_12 AC 293 ms
6,820 KB
testcase_13 AC 505 ms
6,816 KB
testcase_14 WA -
testcase_15 WA -
testcase_16 AC 404 ms
6,820 KB
testcase_17 AC 363 ms
6,820 KB
testcase_18 AC 444 ms
6,820 KB
testcase_19 AC 305 ms
6,820 KB
testcase_20 WA -
testcase_21 AC 505 ms
6,816 KB
testcase_22 WA -
testcase_23 WA -
testcase_24 AC 330 ms
6,816 KB
testcase_25 AC 330 ms
6,820 KB
testcase_26 AC 328 ms
6,816 KB
testcase_27 WA -
testcase_28 AC 499 ms
6,816 KB
testcase_29 WA -
testcase_30 AC 357 ms
6,820 KB
testcase_31 AC 366 ms
6,816 KB
testcase_32 AC 497 ms
6,820 KB
testcase_33 AC 319 ms
6,820 KB
testcase_34 WA -
testcase_35 AC 362 ms
6,816 KB
testcase_36 AC 363 ms
6,820 KB
testcase_37 AC 350 ms
6,816 KB
testcase_38 AC 329 ms
6,816 KB
testcase_39 WA -
testcase_40 AC 412 ms
6,820 KB
testcase_41 AC 377 ms
6,816 KB
testcase_42 AC 510 ms
6,820 KB
testcase_43 AC 297 ms
6,816 KB
testcase_44 AC 496 ms
6,820 KB
testcase_45 AC 320 ms
6,816 KB
testcase_46 AC 378 ms
6,820 KB
testcase_47 WA -
testcase_48 AC 321 ms
6,820 KB
testcase_49 AC 298 ms
6,820 KB
testcase_50 AC 296 ms
6,820 KB
testcase_51 AC 470 ms
6,816 KB
testcase_52 AC 450 ms
6,816 KB
testcase_53 AC 590 ms
6,816 KB
testcase_54 AC 456 ms
6,820 KB
testcase_55 AC 573 ms
6,816 KB
testcase_56 WA -
testcase_57 WA -
testcase_58 WA -
testcase_59 WA -
testcase_60 WA -
testcase_61 AC 601 ms
6,820 KB
testcase_62 AC 617 ms
6,820 KB
testcase_63 AC 593 ms
6,820 KB
testcase_64 AC 621 ms
6,816 KB
testcase_65 AC 622 ms
6,816 KB
testcase_66 AC 609 ms
6,820 KB
testcase_67 AC 617 ms
6,820 KB
testcase_68 AC 630 ms
6,816 KB
testcase_69 AC 626 ms
6,820 KB
testcase_70 AC 608 ms
6,816 KB
testcase_71 AC 536 ms
6,816 KB
testcase_72 AC 566 ms
6,816 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@N,@K,@A[N],@C[N],B[N][N]={},k;rep(i,N)B[i][i]=1LL<<C[i];rep(l,1,N)rep(i,N){k=i+l;rep(j,i,k)REP(d,K+1)B[i][k%N]|=B[i][j%N]&B[(j+1)%N][k%N]<<d|B[i][j%N]&B[(j+1)%N][k%N]>>d;}wt(max[(i,l),0,N@B[i][(i+l)%N]](sum[m,i,i+l+1](A[m%N])));
0