Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:41:9: error: 'cin' was not declared in this scope cin >> x[i] ; ^~~ /in/foo.cc:48:13: error: 'cout' was not declared in this scope cout <<"i+1="<< i + 1 << ' '<<endl ; ^~~~ /in/foo.cc:48:43: error: 'endl' was not declared in this scope cout <<"i+1="<< i + 1 << ' '<<endl ; ^~~~ /in/foo.cc:52:5: error: 'cout' was not declared in this scope cout << endl ; ^~~~ /in/foo.cc:52:13: error: 'endl' was not declared in this scope cout << endl ; ^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1016 北京2008的挂钟
- 语言
- C++
- 递交时间
- 2019-03-21 22:28:26
- 评测时间
- 2019-03-21 22:28:26
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes