Accepted
foo.cc: In function 'int main()': foo.cc:39:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i=0;i<=N;i++) a[i].x=c[i]-'0';for(int i=0;i<=M;i++) b[i].x=d[i]-'0'; ^~~ foo.cc:39:40: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' for(int i=0;i<=N;i++) a[i].x=c[i]-'0';for(int i=0;i<=M;i++) b[i].x=d[i]-'0'; ^~~ 自豪的采用jd5进行评测(github.com/masnn/jd5)
信息
- 递交者
- 类型
- 递交
- 题目
- P1040 高精度乘法
- 语言
- C++
- 递交时间
- 2020-01-26 18:11:28
- 评测时间
- 2020-01-26 18:11:28
- 评测机
- 分数
- 100
- 总耗时
- 18ms
- 峰值内存
- 2.117 MiB