Compile Error
foo.cpp: In function 'void mto1(int, int)':
foo.cpp:21:21: error: expected ';' before 'b'
tr[0][n] = x + a[n] b[m];
^
foo.cpp:23:15: error: expected ';' before numeric constant
tr[0][n] -= x 10;
^
foo.cpp: In function 'void mtom()':
foo.cpp:35:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 1; i <= strlen(in[1]); i++)
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1040 高精度乘法
- 语言
- C++
- 递交时间
- 2016-05-13 07:46:23
- 评测时间
- 2016-05-13 07:46:24
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes