Accepted
/in/foo.cc: In function 'long long int quick_pow(long long int, long long int)': /in/foo.cc:25:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(b&1) res*=a; ^~ /in/foo.cc:26:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' a*=a; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1172 反质数
- 语言
- C++
- 递交时间
- 2019-03-30 19:37:24
- 评测时间
- 2019-03-30 19:37:24
- 评测机
- 分数
- 100
- 总耗时
- 370ms
- 峰值内存
- 512.0 KiB