/ /

记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:6:8: error: expected unqualified-id before '[' token
  int a,[105],n; cin>>n;
        ^
foo.cc:6:22: error: 'n' was not declared in this scope
  int a,[105],n; cin>>n;
                      ^
foo.cc:8:11: error: invalid types 'int[int]' for array subscript
   cin>>a[i];
           ^
foo.cc:9:13: error: invalid types 'int[int]' for array subscript
  int max=a[0];
             ^
foo.cc:11:9: error: invalid types 'int[int]' for array subscript
   if(a[i]>max)
         ^
foo.cc:12:11: error: invalid types 'int[int]' for array subscript
    max=a[i];
           ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
P2400 1.5.5:最高的分数
语言
C++
递交时间
2021-09-25 07:27:46
评测时间
2021-09-25 07:27:46
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes