Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:7:19: error: expected unqualified-id before 'double' double a, double b, double c, double d; ^~~~~~ /in/foo.cc:8:14: error: 'b' was not declared in this scope cin >> a >> b >> c >> d; ^ /in/foo.cc:8:19: error: 'c' was not declared in this scope cin >> a >> b >> c >> d; ^ /in/foo.cc:8:24: error: 'd' was not declared in this scope cin >> a >> b >> c >> d; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1116 一元三次方程求解
- 语言
- C++
- 递交时间
- 2017-07-13 18:09:13
- 评测时间
- 2017-07-13 18:09:13
- 评测机
- 分数
- 0
- 总耗时
- 288ms
- 峰值内存
- 36.758 MiB