Compile Error

foo.cc:3:32: error: ‘INT_MIN’ was not declared in this scope
    3 | int n,m,a[15][15],k=1,c=0,maxx=INT_MIN;
      |                                ^~~~~~~
foo.cc:1: note: ‘INT_MIN’ is defined in header ‘<climits>’; this is probably fixable by adding ‘#include <climits>’
    1 | #include<iostream>

信息

递交者
类型
递交
题目
P2975 排兵布阵 2025.9GESP4级T1
语言
C++
递交时间
2026-08-22 14:10:10
评测时间
2026-08-25 08:05:54
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes