結果

問題 No.1202 お菓子の食べ方
ユーザー tailstails
提出日時 2020-09-01 16:19:44
言語 cLay
(20240714-1)
結果
AC  
実行時間 93 ms / 2,000 ms
コード長 175 bytes
コンパイル時間 4,870 ms
コンパイル使用メモリ 203,256 KB
実行使用メモリ 27,904 KB
最終ジャッジ日時 2024-07-05 13:58:09
合計ジャッジ時間 9,239 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 73 ms
20,352 KB
testcase_01 AC 68 ms
16,512 KB
testcase_02 AC 86 ms
25,088 KB
testcase_03 AC 81 ms
23,424 KB
testcase_04 AC 76 ms
22,016 KB
testcase_05 AC 82 ms
25,088 KB
testcase_06 AC 81 ms
23,552 KB
testcase_07 AC 80 ms
23,168 KB
testcase_08 AC 78 ms
22,272 KB
testcase_09 AC 85 ms
24,832 KB
testcase_10 AC 8 ms
7,040 KB
testcase_11 AC 22 ms
13,184 KB
testcase_12 AC 44 ms
15,872 KB
testcase_13 AC 14 ms
10,496 KB
testcase_14 AC 53 ms
20,352 KB
testcase_15 AC 25 ms
14,848 KB
testcase_16 AC 46 ms
20,480 KB
testcase_17 AC 31 ms
16,256 KB
testcase_18 AC 22 ms
13,568 KB
testcase_19 AC 31 ms
19,328 KB
testcase_20 AC 29 ms
11,008 KB
testcase_21 AC 49 ms
22,400 KB
testcase_22 AC 37 ms
21,888 KB
testcase_23 AC 49 ms
22,400 KB
testcase_24 AC 50 ms
23,424 KB
testcase_25 AC 9 ms
6,784 KB
testcase_26 AC 52 ms
21,632 KB
testcase_27 AC 52 ms
22,144 KB
testcase_28 AC 23 ms
13,568 KB
testcase_29 AC 44 ms
22,016 KB
testcase_30 AC 1 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 1 ms
5,376 KB
testcase_35 AC 1 ms
5,376 KB
testcase_36 AC 1 ms
5,376 KB
testcase_37 AC 1 ms
5,376 KB
testcase_38 AC 1 ms
5,376 KB
testcase_39 AC 2 ms
5,376 KB
testcase_40 AC 90 ms
27,904 KB
testcase_41 AC 92 ms
27,904 KB
testcase_42 AC 92 ms
27,776 KB
testcase_43 AC 93 ms
27,904 KB
testcase_44 AC 92 ms
27,904 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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