记录详情

Compile Error

foo.cc:1:1: error: 'include' does not name a type
    1 | include<bits/stdc++.h>
      | ^~~~~~~
foo.cc: In function 'int main()':
foo.cc:27:2: error: 'cin' was not declared in this scope
   27 |  cin>>n>>x;
      |  ^~~
foo.cc:39:2: error: 'cout' was not declared in this scope
   39 |  cout<<search(a,n)+search(b,x);
      |  ^~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
2-3 参赛人数
比赛
2022暑期青少年社团(入门赛)
语言
C++
递交时间
2022-07-28 18:20:33
评测时间
2022-07-28 18:20:33
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes