Wrong Answer
/in/foo.cc: In function 'int gcd(int, int)': /in/foo.cc:6:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(!y) return x;return gcd(y,x%y); ^~ /in/foo.cc:6:18: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if(!y) return x;return gcd(y,x%y); ^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- 圆上的整点
- 语言
- C++
- 递交时间
- 2017-09-03 19:55:33
- 评测时间
- 2017-09-03 19:55:34
- 评测机
- 分数
- 60
- 总耗时
- 38ms
- 峰值内存
- 384.0 KiB