记录详情

Compile Error

foo.cc: In function 'void BubbleSort(int*, int)':
foo.cc:13:3: error: 'Output' was not declared in this scope
   13 |   Output(a,n);
      |   ^~~~~~
foo.cc: In function 'void Output(int*, int)':
foo.cc:19:3: error: 'cout' was not declared in this scope
   19 |   cout<<a[i]<<" ";
      |   ^~~~
foo.cc:20:2: error: 'cout' was not declared in this scope
   20 |  cout<<endl;
      |  ^~~~
foo.cc:20:8: error: 'endl' was not declared in this scope
   20 |  cout<<endl;
      |        ^~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
DS7-1 折半查找的查找次数
语言
C++
递交时间
2021-12-27 20:47:42
评测时间
2021-12-27 20:47:42
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes