Accepted
/in/foo.cc: In function 'BigInt& mul(BigInt&, BigInt&)': /in/foo.cc:78:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(result->D[i+j]>=result->max) ^~ /in/foo.cc:80:17: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' result->D[i+j]=result->D[i+j]%result->max; ^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1040 高精度乘法
- 语言
- C++
- 递交时间
- 2017-08-11 15:30:19
- 评测时间
- 2017-08-11 15:30:19
- 评测机
- 分数
- 100
- 总耗时
- 554ms
- 峰值内存
- 896.0 KiB