记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:11:6: error: 'i' was not declared in this scope
   11 |  for(i = 0; i<n; i++)
      |      ^
foo.cc:23:6: error: 'i' was not declared in this scope
   23 |  for(i = 0; i<n-2; i++)
      |      ^
foo.cc:5:6: warning: unused variable 'min' [-Wunused-variable]
    5 |  int min = 100000;
      |      ^~~
foo.cc:6:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    6 |  scanf("%d",&n);
      |  ~~~~~^~~~~~~~~
foo.cc:10:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   10 |   scanf("%d", &a[i]);
      |   ~~~~~^~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
3-3 炒股发财
比赛
2021(四) 作业第四场:加速赛
语言
C++
递交时间
2021-12-08 15:25:22
评测时间
2021-12-08 15:25:22
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes