Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:7:5: error: 'cin' was not declared in this scope cin>>c; ^~~ /in/foo.cc:11:7: error: 'cout' was not declared in this scope cout<<"-"; ^~~~ /in/foo.cc:38:17: error: 'cout' was not declared in this scope cout<<c[i]; ^~~~ /in/foo.cc:42:9: error: 'cout' was not declared in this scope cout<<c[i]; ^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1756 数字反转
- 语言
- C++
- 递交时间
- 2017-11-05 17:11:43
- 评测时间
- 2017-11-05 17:11:43
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes