Time Exceeded
/in/foo.cc: In function 'void dfs(int, int, int)': /in/foo.cc:33:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(could)dfs(now+1,eat,waste);return; ^~ /in/foo.cc:33:33: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if(could)dfs(now+1,eat,waste);return; ^~~~~~ /in/foo.cc: In function 'int main()': /in/foo.cc:36:11: warning: unused variable 'start' [-Wunused-variable] clock_t start = clock(); ^~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1020 切蛋糕
- 语言
- C++
- 递交时间
- 2018-08-07 16:31:52
- 评测时间
- 2018-08-07 16:31:52
- 评测机
- 分数
- 80
- 总耗时
- ≥4060ms
- 峰值内存
- ≥384.0 KiB