Compile Error

/in/foo.cc:3:23: error: 'INT_MIN' was not declared in this scope
 int a[10005],i,n,maxn=INT_MIN,max_xb;
                       ^~~~~~~
/in/foo.cc: In function 'int findmax()':
/in/foo.cc:18:4: error: 'max_xb' was not declared in this scope
    max_xb=i;
    ^~~~~~
/in/foo.cc:22:9: error: 'max_xb' was not declared in this scope
  return max_xb;
         ^~~~~~

信息

递交者
类型
递交
题目
P1048 A7-3 数组的极值下标函数
语言
C++
递交时间
2024-05-30 21:55:49
评测时间
2024-05-30 21:55:49
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes