Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:17:10: error: 'INT_MIN' was not declared in this scope int max=INT_MIN; ^~~~~~~ /in/foo.cc:17:10: note: suggested alternative: 'INT8_MIN' int max=INT_MIN; ^~~~~~~ INT8_MIN /in/foo.cc:17:6: warning: unused variable 'max' [-Wunused-variable] int max=INT_MIN; ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- 2-1 比赛榜单
- 比赛
- 南师大2018年蓝桥杯热身赛
- 语言
- C++
- 递交时间
- 2018-12-12 13:47:47
- 评测时间
- 2018-12-12 13:47:50
- 评测机
- 分数
- 0
- 总耗时
- 371ms
- 峰值内存
- 44.062 MiB