Accepted
/in/foo.cc: In function 'long long int gcd(long long int, long long int)': /in/foo.cc:7:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(!y) return x;return gcd(y,x%y); ^~ /in/foo.cc:7: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:58:26
- 评测时间
- 2017-09-03 19:58:26
- 评测机
- 分数
- 100
- 总耗时
- 64ms
- 峰值内存
- 404.0 KiB