Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:34:37: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] for (int k = 0; (k << i - 1) <= j && k <= num; k += 2) { ~~^~~ /in/foo.cc:35:53: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] f[i][j] += 1LL * f[i-1][j - (k << i - 1)] * C(num, k) % mod; ~~^~~ /in/foo.cc:44:23: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int' [-Wformat=] printf("%lld", ans); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P2055 移动金币
- 语言
- C++
- 递交时间
- 2019-05-15 17:48:14
- 评测时间
- 2019-05-15 17:48:14
- 评测机
- 分数
- 100
- 总耗时
- 3347ms
- 峰值内存
- 12.246 MiB