QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#612766#8524. Weather ForecastZhangYiDeCompile Error//C++20979b2024-10-05 12:51:272024-10-05 12:51:30

詳細信息

answer.code: In function ‘int main()’:
answer.code:33:30: error: ‘a’ was not declared in this scope
   33 |     for(int i=0;i<N;i++)cin>>a[i];
      |                              ^
answer.code:40:21: error: ‘lo’ was not declared in this scope; did you mean ‘l’?
   40 |         double mid=(lo+hi)/2.0;
      |                     ^~
      |                     l
answer.code:40:24: error: ‘hi’ was not declared in this scope; did you mean ‘h’?
   40 |         double mid=(lo+hi)/2.0;
      |                        ^~
      |                        h