結果

問題 No.801 エレベーター
ユーザー kotatsugamekotatsugame
提出日時 2019-03-18 01:40:47
言語 cLay
(20240714-1)
結果
AC  
実行時間 193 ms / 2,000 ms
コード長 209 bytes
コンパイル時間 2,791 ms
コンパイル使用メモリ 176,024 KB
実行使用メモリ 66,176 KB
最終ジャッジ日時 2024-07-05 13:21:42
合計ジャッジ時間 7,595 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 70 ms
65,920 KB
testcase_01 AC 69 ms
65,792 KB
testcase_02 AC 70 ms
66,048 KB
testcase_03 AC 73 ms
65,792 KB
testcase_04 AC 71 ms
66,176 KB
testcase_05 AC 71 ms
66,020 KB
testcase_06 AC 72 ms
65,792 KB
testcase_07 AC 72 ms
65,920 KB
testcase_08 AC 70 ms
65,920 KB
testcase_09 AC 72 ms
65,988 KB
testcase_10 AC 71 ms
65,920 KB
testcase_11 AC 71 ms
65,920 KB
testcase_12 AC 70 ms
65,868 KB
testcase_13 AC 178 ms
65,792 KB
testcase_14 AC 178 ms
65,920 KB
testcase_15 AC 181 ms
66,048 KB
testcase_16 AC 179 ms
65,920 KB
testcase_17 AC 182 ms
65,892 KB
testcase_18 AC 178 ms
65,776 KB
testcase_19 AC 178 ms
65,920 KB
testcase_20 AC 180 ms
66,048 KB
testcase_21 AC 182 ms
66,048 KB
testcase_22 AC 182 ms
65,920 KB
testcase_23 AC 188 ms
65,920 KB
testcase_24 AC 192 ms
66,176 KB
testcase_25 AC 193 ms
65,992 KB
testcase_26 AC 190 ms
65,920 KB
testcase_27 AC 190 ms
66,048 KB
testcase_28 AC 144 ms
65,920 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

mint D[4d3][4d3],W;ll L[3d4],R[3d4],n,m,k;{rd(n,m,k,(L,R)(m));D[0][1]=1;rep(i,k){D[i][1..n]+=D[i][0..];rep(j,m)D[i+1][L[j]]+=W=D[i][R[j]]-D[i][L[j]-1],D[i+1][R[j]+1]-=W;D[i+1][1..n]+=D[i+1][0..];}wt(D[k][n]);}
0