Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:21:3: error: 'm' was not declared in this scope m=m+p[i]; ^ /in/foo.cc:21:7: error: 'p' was not declared in this scope m=m+p[i]; ^ /in/foo.cc:23:8: error: 'm' was not declared in this scope cout<<m<<endl; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1286 算菜价
- 语言
- C++
- 递交时间
- 2023-03-09 19:24:34
- 评测时间
- 2023-03-09 19:24:34
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes