結果

問題 No.1202 お菓子の食べ方
ユーザー tailstails
提出日時 2020-09-01 16:19:44
言語 cLay
(20240104-1)
結果
AC  
実行時間 88 ms / 2,000 ms
コード長 175 bytes
コンパイル時間 4,981 ms
コンパイル使用メモリ 194,172 KB
実行使用メモリ 34,268 KB
最終ジャッジ日時 2023-09-19 01:06:10
合計ジャッジ時間 9,965 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 77 ms
26,588 KB
testcase_01 AC 68 ms
22,600 KB
testcase_02 AC 83 ms
31,468 KB
testcase_03 AC 81 ms
29,548 KB
testcase_04 AC 78 ms
28,184 KB
testcase_05 AC 83 ms
31,400 KB
testcase_06 AC 80 ms
29,848 KB
testcase_07 AC 79 ms
29,384 KB
testcase_08 AC 80 ms
28,468 KB
testcase_09 AC 82 ms
31,052 KB
testcase_10 AC 10 ms
14,784 KB
testcase_11 AC 23 ms
20,816 KB
testcase_12 AC 46 ms
22,248 KB
testcase_13 AC 15 ms
19,048 KB
testcase_14 AC 54 ms
28,524 KB
testcase_15 AC 25 ms
22,788 KB
testcase_16 AC 47 ms
28,084 KB
testcase_17 AC 32 ms
23,676 KB
testcase_18 AC 24 ms
23,028 KB
testcase_19 AC 30 ms
27,152 KB
testcase_20 AC 31 ms
19,132 KB
testcase_21 AC 50 ms
30,700 KB
testcase_22 AC 35 ms
29,972 KB
testcase_23 AC 49 ms
30,132 KB
testcase_24 AC 50 ms
31,432 KB
testcase_25 AC 10 ms
12,552 KB
testcase_26 AC 54 ms
29,204 KB
testcase_27 AC 50 ms
29,064 KB
testcase_28 AC 25 ms
20,628 KB
testcase_29 AC 41 ms
28,720 KB
testcase_30 AC 3 ms
9,400 KB
testcase_31 AC 3 ms
9,472 KB
testcase_32 AC 3 ms
9,472 KB
testcase_33 AC 3 ms
9,536 KB
testcase_34 AC 3 ms
9,452 KB
testcase_35 AC 3 ms
9,556 KB
testcase_36 AC 3 ms
9,660 KB
testcase_37 AC 3 ms
9,524 KB
testcase_38 AC 3 ms
9,432 KB
testcase_39 AC 3 ms
9,704 KB
testcase_40 AC 88 ms
34,268 KB
testcase_41 AC 88 ms
34,164 KB
testcase_42 AC 88 ms
34,084 KB
testcase_43 AC 88 ms
34,088 KB
testcase_44 AC 88 ms
34,132 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