Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:8:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i=mx;i;i--)if(dp[n][i])return printf("%d\n",i),0; return puts("-1"),0; ^~~ /in/foo.cc:8:60: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' for(int i=mx;i;i--)if(dp[n][i])return printf("%d\n",i),0; return puts("-1"),0; ^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- 音量调节
- 语言
- C++
- 递交时间
- 2017-10-21 15:41:16
- 评测时间
- 2017-10-21 15:41:16
- 评测机
- 分数
- 100
- 总耗时
- 23ms
- 峰值内存
- 2.445 MiB