0_0_39416755_13731.cpp: In function 'int main()':
0_0_39416755_13731.cpp:26:33: error: 'INF' was not declared in this scope
26 | dp[i].w = dp[i].h = INF;
| ^~~
0_0_39416755_13731.cpp:39:27: error: 'INF' was not declared in this scope
39 | if(dp[i].h != INF){
| ^~~
|