Compile Error

foo.cc:1:1: error: 'include' does not name a type
    1 | include<iostream>
      | ^~~~~~~
foo.cc: In function 'int main()':
foo.cc:8:2: error: 'cin' was not declared in this scope
    8 |  cin>>n>>m>>p;
      |  ^~~
foo.cc:9:17: error: 't' was not declared in this scope
    9 |  for(int i=1;i<=t;i++)
      |                 ^
foo.cc:29:20: error: 'cout' was not declared in this scope
   29 |    if(b[i][j]==-1) cout<<'*';
      |                    ^~~~
foo.cc:30:9: error: 'cout' was not declared in this scope
   30 |    else cout<<b[i][j];
      |         ^~~~
foo.cc:32:3: error: 'cout' was not declared in this scope
   32 |   cout<<endl;
      |   ^~~~
foo.cc:32:9: error: 'endl' was not declared in this scope
   32 |   cout<<endl;
      |         ^~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1482 扫雷游戏
比赛
2022.5复学庆祝赛(初二)
语言
C++
递交时间
2022-05-14 12:43:41
评测时间
2022-05-14 12:43:41
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes