Problem | bestplace |
---|---|
User | James7986 |
Submission Time | 2024-01-10 20:51:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bestplace.cpp: In function ‘int main()’:
bestplace.cpp:19:16: error: ‘INT_MAX’ was not declared in this scope
19 | int best = INT_MAX;
| ^~~~~~~
bestplace.cpp:4:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
3 | #include <cmath>
+++ |+#include <climits>
4 |