Accepted
/in/foo.cc: In function 'bignum operator*(bignum, bignum)': /in/foo.cc:21:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(ans.l=a.l+b.l;ans.l>1&&!ans.a[ans.l];ans.l--); return ans; ^~~ /in/foo.cc:21:56: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' for(ans.l=a.l+b.l;ans.l>1&&!ans.a[ans.l];ans.l--); return ans; ^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1040 高精度乘法
- 语言
- C++
- 递交时间
- 2017-05-26 15:37:52
- 评测时间
- 2017-05-26 15:37:52
- 评测机
- 分数
- 100
- 总耗时
- 32ms
- 峰值内存
- 640.0 KiB