Problem | blackmagic |
---|---|
User | dvd |
Submission Time | 2025-05-04 22:48:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
blackmagic.cpp: In function ‘int main()’:
blackmagic.cpp:84:29: error: ‘INT_MAX’ was not declared in this scope
84 | int min_block = INT_MAX;
| ^~~~~~~
blackmagic.cpp:5:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
4 | #include <map>
+++ |+#include <climits>
5 |