/ new_bzoj /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:21:66: error: expected ';' before ')' token
     if(k>=1) f[i][j][k]=(f[i][j][k]+f[i-1][j][k-1]  *(m-j-k+1))*j)%M;//在一列有炮一列没炮上各放一个 
                                                                  ^
/in/foo.cc:31:17: warning: format '%d' expects argument of type 'int', but argument 2 has type 'LL {aka long long int}' [-Wformat=]
  printf("%d",ans);
                 ^

信息

递交者
类型
递交
题目
chess 中国象棋
语言
C++
递交时间
2018-07-13 14:23:54
评测时间
2018-07-13 14:23:54
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes