Accepted
/in/foo.cc: In function 'long long int solve(long long int, long long int)': /in/foo.cc:10:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (y == 1) return x; if(y == 2) return x - 1; ^~ /in/foo.cc:10:24: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (y == 1) return x; if(y == 2) return x - 1; ^~ /in/foo.cc:7:5: warning: unused variable 'prey' [-Wunused-variable] ll prey = y; ^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1256 F 数字游戏
- 语言
- C++
- 递交时间
- 2021-05-26 22:43:06
- 评测时间
- 2021-05-26 22:43:06
- 评测机
- 分数
- 120
- 总耗时
- 54ms
- 峰值内存
- 228.0 KiB