Compile Error

foo.cc:1:1: error: 'include' does not name a type; did you mean '__has_include'?
 include<bits/stdc++.h>
 ^~~~~~~
 __has_include
foo.cc: In function 'int main()':
foo.cc:5:2: error: 'cin' was not declared in this scope
  cin>>n;
  ^~~
foo.cc:5:2: note: suggested alternative: 'main'
  cin>>n;
  ^~~
  main
foo.cc:15:3: error: 'cout' was not declared in this scope
   cout<<ans<<endl;
   ^~~~
foo.cc:15:14: error: 'endl' was not declared in this scope
   cout<<ans<<endl;
              ^~~~
foo.cc:15:14: note: suggested alternative: 'enum'
   cout<<ans<<endl;
              ^~~~
              enum
foo.cc:8:10: warning: unused variable 'ibuy' [-Wunused-variable]
  int i=1,ibuy;
          ^~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1324 3-3 炒股发财
比赛
初二国庆庆祝赛
语言
C++
递交时间
2021-10-01 20:00:34
评测时间
2021-10-01 20:01:12
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes