Compile Error
foo.cc: In function 'int main()': foo.cc:24:21: error: 'ans' was not declared in this scope; did you mean 'abs'? 24 | ans--; | ^~~ | abs foo.cc:31:18: error: 'x' was not declared in this scope 31 | cin>>x; | ^ foo.cc:37:17: error: 'ans' was not declared in this scope; did you mean 'abs'? 37 | ans++; | ^~~ | abs foo.cc:39:23: error: 'ans' was not declared in this scope; did you mean 'abs'? 39 | printf("%d\n",ans); | ^~~ | abs
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1001 海港
- 语言
- C++
- 递交时间
- 2023-06-02 21:18:30
- 评测时间
- 2023-06-02 21:18:30
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes