Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:12:16: error: 'strlen' was not declared in this scope l1 = strlen(a1); ^ /in/foo.cc:14:23: warning: left operand of comma operator has no effect [-Wunused-value] for (i = 0,j=l1-1; i < l1,j>=0; i++,j--) ~~^~~~ /in/foo.cc:16:23: warning: left operand of comma operator has no effect [-Wunused-value] for (i = 0,j=l2-1; i < l2,j>=0; i++,j--) ~~^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1040 高精度乘法
- 语言
- C++
- 递交时间
- 2017-12-22 16:47:15
- 评测时间
- 2017-12-22 16:47:15
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes