Compile Error
/in/foo.cc: In function 'int FindMaxNeg(int*, int)': /in/foo.cc:4:18: error: 'INT_MIN' was not declared in this scope int maxNeg = INT_MIN; ^~~~~~~ /in/foo.cc: In function 'int main()': /in/foo.cc:32:19: error: 'INT_MIN' was not declared in this scope if (maxNegA > INT_MIN) { ^~~~~~~ /in/foo.cc:39:19: error: 'INT_MIN' was not declared in this scope if (maxNegB > INT_MIN) { ^~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- A9-3 数组中最大的负数
- 比赛
- 2023年新生赛(第三场)
- 语言
- C++
- 递交时间
- 2023-09-09 19:14:53
- 评测时间
- 2023-09-09 19:14:53
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes