Problem | labels |
---|---|
User | loverin |
Submission Time | 2023-05-09 19:38:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
labels.cpp: In function ‘int main()’:
labels.cpp:14:12: error: ‘INT_MIN’ was not declared in this scope
14 | int dmax{ INT_MIN };
| ^~~~~~~
labels.cpp:3:1: note: ‘INT_MIN’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
2 | #include <vector>
+++ |+#include <climits>
3 | #include <limits>
labels.cpp:15:12: error: ‘INT_MAX’ was not declared in this scope
15 | int dmin{ INT_MAX };
| ^~~~~~~
labels.cpp:15:12: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?