Accepted
/in/foo.cc: In function 'cyx operator^(cyx, int)': /in/foo.cc:25:16: warning: unused variable 'j' [-Wunused-variable] int i, j; for (i = 1; i <= res.m; i++) ^ /in/foo.cc: In function 'int main()': /in/foo.cc:78:17: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] P = (P ^ n0 - 1) * V; Q = (Q ^ n0 - 1) * W; ~~~^~~ /in/foo.cc:78:39: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] P = (P ^ n0 - 1) * V; Q = (Q ^ n0 - 1) * W; ~~~^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2015 序列计数
- 语言
- C++
- 递交时间
- 2017-12-03 19:13:39
- 评测时间
- 2017-12-03 19:13:39
- 评测机
- 分数
- 100
- 总耗时
- 3344ms
- 峰值内存
- 20.25 MiB