Runtime Error
/in/foo.cc: In function 'int main()': /in/foo.cc:24:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation] while(f[i][l + 1]) l++; f[i][0] = l; ^~~~~ /in/foo.cc:24:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while' while(f[i][l + 1]) l++; f[i][0] = l; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1136 数的计数(加强版)
- 语言
- C++
- 递交时间
- 2019-06-15 10:57:44
- 评测时间
- 2019-06-15 10:57:46
- 评测机
- 分数
- 0
- 总耗时
- 1ms
- 峰值内存
- 128.0 KiB