Accepted
/in/foo.cc: In function 'int stairs(int)': /in/foo.cc:8:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(n<=2) return n;{ ^~ /in/foo.cc:8:20: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if(n<=2) return n;{ ^
信息
- 递交者
- 类型
- 递交
- 题目
- 走楼梯
- 语言
- C++
- 递交时间
- 2018-08-27 15:05:53
- 评测时间
- 2018-08-27 15:05:53
- 评测机
- 分数
- 100
- 总耗时
- 39ms
- 峰值内存
- 384.0 KiB