Runtime Error
/in/foo.cc: In function 'll gcd(ll, ll)': /in/foo.cc:8:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (a < 0) a = -a; if (b < 0) b = -b; ^~ /in/foo.cc:8:24: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (a < 0) a = -a; if (b < 0) b = -b; ^~
信息
- 递交者
- 类型
- 递交
- 题目
- P1748 进制转换
- 语言
- C++
- 递交时间
- 2021-02-02 16:29:24
- 评测时间
- 2021-02-02 16:29:24
- 评测机
- 分数
- 90
- 总耗时
- 18ms
- 峰值内存
- 1.348 MiB