Accepted
/in/foo.cc: In function 'double ab(double)':
/in/foo.cc:29:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(x<0) return -x;return x;
^~
/in/foo.cc:29:23: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(x<0) return -x;return x;
^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2008 愤怒的小鸟
- 语言
- C++
- 递交时间
- 2019-09-14 11:19:34
- 评测时间
- 2019-09-14 11:19:34
- 评测机
- 分数
- 100
- 总耗时
- 10106ms
- 峰值内存
- 95.809 MiB