Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:7:10: error: 'x' was not declared in this scope cin>>x>>y>>z; ^ /in/foo.cc:7:13: error: 'y' was not declared in this scope cin>>x>>y>>z; ^ /in/foo.cc:7:16: error: 'z' was not declared in this scope cin>>x>>y>>z; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1007 求平均值
- 语言
- C++
- 递交时间
- 2021-11-13 10:09:05
- 评测时间
- 2021-11-13 10:09:05
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes