Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:36:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(c[c[0]+1]>=1) c[0]++; while(c[c[0]]==0&&c[0]>1) --c[0]; ^~ /in/foo.cc:36:35: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if(c[c[0]+1]>=1) c[0]++; while(c[c[0]]==0&&c[0]>1) --c[0]; ^~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1040 高精度乘法
- 语言
- C++
- 递交时间
- 2019-07-26 16:27:22
- 评测时间
- 2019-07-26 16:27:22
- 评测机
- 分数
- 75
- 总耗时
- 439ms
- 峰值内存
- 492.0 KiB