Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:5:22: error: 'INT_MINN' was not declared in this scope; did you mean 'INT_MIN'?
    5 |         int n,a,maxa=INT_MINN,sum=1;
      |                      ^~~~~~~~
      |                      INT_MIN
/in/foo.cc:11:17: error: 'sum' was not declared in this scope
   11 |                 sum++;
      |                 ^~~
/in/foo.cc:15:25: error: 'sum' was not declared in this scope
   15 |                         sum=1;
      |                         ^~~
/in/foo.cc:18:15: error: 'sum' was not declared in this scope
   18 |         cout<<sum;
      |               ^~~

信息

递交者
类型
递交
题目
P1026 C8 最大值的出现次数
语言
C++
递交时间
2025-02-17 20:49:56
评测时间
2025-02-17 20:49:56
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes