Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:73:49: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%d", (ll)4 * pow(3, m - 1) % mod); ^ /in/foo.cc:82:56: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%d", (ll)4 * dfs(2) % mod * pow(3, k) % mod); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1003 填数游戏
- 语言
- C++
- 递交时间
- 2019-11-11 14:18:04
- 评测时间
- 2019-11-11 14:18:04
- 评测机
- 分数
- 100
- 总耗时
- 39ms
- 峰值内存
- 228.0 KiB