Compile Error

foo.cc: In function 'int main()':
foo.cc:10:20: error: invalid types 'double [10005][double]' for array subscript
   10 |                 cnt[a[i]]++;
      |                    ^
foo.cc:12:19: error: invalid operands of types 'double [200005]' and 'double' to binary 'operator+'
   12 |         sort(a+1,a+n+1);
      |                  ~^~
      |                  | |
      |                  | double
      |                  double [200005]
foo.cc:14:23: error: invalid types 'double [10005][double]' for array subscript
   14 |                 if(cnt[a[i]]!=0)
      |                       ^
foo.cc:16:45: error: invalid types 'double [10005][double]' for array subscript
   16 |                         cout<<a[i]<<" "<<cnt[a[i]]<<endl;
      |                                             ^
foo.cc:17:28: error: invalid types 'double [10005][double]' for array subscript
   17 |                         cnt[a[i]]=0;
      |                            ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1808 统计数字
语言
C++
递交时间
2023-06-03 09:52:10
评测时间
2023-06-03 09:52:10
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes