Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:6:2: error: 'cin' was not declared in this scope
cin>>n;
^~~
/in/foo.cc:15:5: error: 'cout' was not declared in this scope
cout<<sum<<"\n";
^~~~
/in/foo.cc:5:12: warning: unused variable 'x' [-Wunused-variable]
int i,j,n,x,t=0,sum=0;
^
信息
- 递交者
- 类型
- 递交
- 题目
- 金币
- 语言
- C++
- 递交时间
- 2019-11-05 19:18:54
- 评测时间
- 2019-11-05 19:18:54
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes