Compile Error
foo.cc: In function 'int main()': foo.cc:20:19: error: 'len1' was not declared in this scope; did you mean 'lena'? 20 | a[i] = s1[len1-i-1] - '0'; | ^~~~ | lena foo.cc:25:19: error: 'len2' was not declared in this scope; did you mean 'lenb'? 25 | b[i] = s2[len2-i-1] - '0'; | ^~~~ | lenb
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 比赛
- 2022暑期青少年社团(训练赛)
- 语言
- C++
- 递交时间
- 2022-08-07 21:59:44
- 评测时间
- 2022-08-07 21:59:44
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes