Wrong Answer
/in/foo.cc: In function 'void DFS(int, int, int)': /in/foo.cc:33:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(i=1;i<=n;i++) ^~~ /in/foo.cc:37:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' DFS(k+1,i,len-a[i]); ^~~ /in/foo.cc: In function 'void solve()': /in/foo.cc:56:8: warning: unused variable 'j' [-Wunused-variable] int i,j; ^
信息
- 递交者
- 类型
- 递交
- 题目
- 「一本通 1.3 例 3」小木棍
- 语言
- C++
- 递交时间
- 2020-12-31 10:05:15
- 评测时间
- 2020-12-31 10:05:15
- 评测机
- 分数
- 95
- 总耗时
- 23ms
- 峰值内存
- 220.0 KiB