結果

問題 No.1202 お菓子の食べ方
ユーザー tailstails
提出日時 2020-09-01 16:07:55
言語 cLay
(20240714-1)
結果
AC  
実行時間 90 ms / 2,000 ms
コード長 177 bytes
コンパイル時間 4,396 ms
コンパイル使用メモリ 205,040 KB
実行使用メモリ 27,904 KB
最終ジャッジ日時 2024-07-05 13:57:41
合計ジャッジ時間 10,935 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 73 ms
20,352 KB
testcase_01 AC 67 ms
16,384 KB
testcase_02 AC 90 ms
25,216 KB
testcase_03 AC 78 ms
23,424 KB
testcase_04 AC 75 ms
21,888 KB
testcase_05 AC 81 ms
25,216 KB
testcase_06 AC 78 ms
23,680 KB
testcase_07 AC 77 ms
23,168 KB
testcase_08 AC 76 ms
22,400 KB
testcase_09 AC 82 ms
24,704 KB
testcase_10 AC 7 ms
7,040 KB
testcase_11 AC 20 ms
13,312 KB
testcase_12 AC 43 ms
15,744 KB
testcase_13 AC 12 ms
10,496 KB
testcase_14 AC 49 ms
20,224 KB
testcase_15 AC 22 ms
14,848 KB
testcase_16 AC 42 ms
20,480 KB
testcase_17 AC 28 ms
16,256 KB
testcase_18 AC 20 ms
13,568 KB
testcase_19 AC 28 ms
19,200 KB
testcase_20 AC 28 ms
11,136 KB
testcase_21 AC 48 ms
22,400 KB
testcase_22 AC 34 ms
21,888 KB
testcase_23 AC 47 ms
22,400 KB
testcase_24 AC 47 ms
23,424 KB
testcase_25 AC 8 ms
6,656 KB
testcase_26 AC 50 ms
21,760 KB
testcase_27 AC 48 ms
22,144 KB
testcase_28 AC 21 ms
13,568 KB
testcase_29 AC 38 ms
22,016 KB
testcase_30 AC 2 ms
5,376 KB
testcase_31 AC 1 ms
5,376 KB
testcase_32 AC 1 ms
5,376 KB
testcase_33 AC 1 ms
5,376 KB
testcase_34 AC 2 ms
5,376 KB
testcase_35 AC 1 ms
5,376 KB
testcase_36 AC 2 ms
5,376 KB
testcase_37 AC 1 ms
5,376 KB
testcase_38 AC 1 ms
5,376 KB
testcase_39 AC 1 ms
5,376 KB
testcase_40 AC 88 ms
27,776 KB
testcase_41 AC 88 ms
27,904 KB
testcase_42 AC 87 ms
27,776 KB
testcase_43 AC 86 ms
27,776 KB
testcase_44 AC 89 ms
27,776 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

int n,m,k,a[2d3][2d3];Mint r;Comb<Mint>c;{rd(n,m,a(n,m));rep(i,n)rep(j,m)r+=c.C(k-2,i)*(c.H(k-1,a[i][j]-1)+2c.H(k,a[i][j]-1)-c.H(k,a[i+1][j]-1)-c.H(k=i+j+2,a[i][j+1]-1));wt(r);}
0