/ Vijos /

记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:10:9: error: 'len2' was not declared in this scope; did you mean 'lenb'?
   10 |         len2=sb.size();
      |         ^~~~
      |         lenb
foo.cc:17:19: error: 'lena' was not declared in this scope; did you mean 'lenb'?
   17 |         for(i=0;i<lena;i++){
      |                   ^~~~
      |                   lenb
foo.cc:22:19: error: 'lena' was not declared in this scope; did you mean 'lenb'?
   22 |         for(i=0;i<lena+lenb;i++){
      |                   ^~~~
      |                   lenb
foo.cc:28:17: error: 'lena' was not declared in this scope; did you mean 'len'?
   28 |         int len=lena+lenb-1;
      |                 ^~~~
      |                 len
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1040 高精度乘法
语言
C++
递交时间
2022-08-12 12:25:39
评测时间
2022-08-12 12:25:39
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes