Compile Error
foo.cc: In function 'int main()': foo.cc:70:35: error: expected ';' before 'for' 70 | BigInt x1; x1.n=1; x1.num[0]=1;1 | ^ | ; 71 | for(int i=1; i<=100; i++) | ~~~ foo.cc:70:34: warning: statement has no effect [-Wunused-value] 70 | BigInt x1; x1.n=1; x1.num[0]=1;1 | ^ foo.cc:71:15: error: 'i' was not declared in this scope 71 | for(int i=1; i<=100; i++) | ^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 比赛
- 2022暑期青少年社团(训练赛)
- 语言
- C++
- 递交时间
- 2022-08-07 19:59:29
- 评测时间
- 2022-08-07 19:59:29
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes