Compile Error

foo.cc: In function 'int main()':
foo.cc:6:12: error: expected unqualified-id before '=' token
 const int N=100;
            ^
foo.cc:7:5: error: storage size of 's' isn't known
 int s[N];
     ^
foo.cc:10:9: error: expected primary-expression before ']' token
 cin>>s[N];
         ^
foo.cc:11:13: error: expected primary-expression before ';' token
 for(i=0;i<=N;i++)
             ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1060 数组元素最大值
语言
C++
递交时间
2021-12-01 22:37:29
评测时间
2021-12-01 22:37:29
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes