結果

問題 No.1202 お菓子の食べ方
ユーザー tailstails
提出日時 2020-09-01 16:07:55
言語 cLay
(20231016-1)
結果
AC  
実行時間 101 ms / 2,000 ms
コード長 177 bytes
コンパイル時間 5,020 ms
コンパイル使用メモリ 193,760 KB
実行使用メモリ 27,884 KB
最終ジャッジ日時 2023-09-19 01:05:38
合計ジャッジ時間 15,088 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 90 ms
22,444 KB
testcase_01 AC 82 ms
16,320 KB
testcase_02 AC 99 ms
25,180 KB
testcase_03 AC 95 ms
23,316 KB
testcase_04 AC 92 ms
22,012 KB
testcase_05 AC 97 ms
25,260 KB
testcase_06 AC 96 ms
23,512 KB
testcase_07 AC 94 ms
23,344 KB
testcase_08 AC 94 ms
22,196 KB
testcase_09 AC 98 ms
24,660 KB
testcase_10 AC 10 ms
7,112 KB
testcase_11 AC 25 ms
13,216 KB
testcase_12 AC 53 ms
15,856 KB
testcase_13 AC 16 ms
10,620 KB
testcase_14 AC 60 ms
20,236 KB
testcase_15 AC 25 ms
15,004 KB
testcase_16 AC 52 ms
20,560 KB
testcase_17 AC 34 ms
16,400 KB
testcase_18 AC 24 ms
13,536 KB
testcase_19 AC 31 ms
19,136 KB
testcase_20 AC 36 ms
11,100 KB
testcase_21 AC 54 ms
22,312 KB
testcase_22 AC 37 ms
21,856 KB
testcase_23 AC 52 ms
22,404 KB
testcase_24 AC 52 ms
23,452 KB
testcase_25 AC 9 ms
6,764 KB
testcase_26 AC 59 ms
21,740 KB
testcase_27 AC 54 ms
22,056 KB
testcase_28 AC 25 ms
13,428 KB
testcase_29 AC 43 ms
22,224 KB
testcase_30 AC 2 ms
5,000 KB
testcase_31 AC 2 ms
5,064 KB
testcase_32 AC 2 ms
5,000 KB
testcase_33 AC 2 ms
5,000 KB
testcase_34 AC 2 ms
5,064 KB
testcase_35 AC 2 ms
5,124 KB
testcase_36 AC 2 ms
5,064 KB
testcase_37 AC 1 ms
5,064 KB
testcase_38 AC 2 ms
5,000 KB
testcase_39 AC 2 ms
5,000 KB
testcase_40 AC 101 ms
27,776 KB
testcase_41 AC 101 ms
27,824 KB
testcase_42 AC 101 ms
27,776 KB
testcase_43 AC 101 ms
27,884 KB
testcase_44 AC 101 ms
27,768 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