0_0_39045802_6951.cpp: In function 'int main()':
0_0_39045802_6951.cpp:23:21: error: 'INT32_MAX' was not declared in this scope
23 | dp[i] = INT32_MAX;
| ^~~~~~~~~
0_0_39045802_6951.cpp:5:1: note: 'INT32_MAX' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
4 | #include <algorithm>
+++ |+#include <cstdint>
5 |
0_0_39045802_6951.cpp:40:37: error: 'INT32_MAX' was not declared in this scope
40 | if (dp[j - w[i]] == INT32_MAX)
| ^~~~~~~~~
0_0_39045802_6951.cpp:40:37: note: 'INT32_MAX' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
0_0_39045802_6951.cpp:48:24: error: 'INT32_MAX' was not declared in this scope
48 | if (dp[bag] == INT32_MAX)
| ^~~~~~~~~
0_0_39045802_6951.cpp:48:24: note: 'INT32_MAX' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
|