Problem | penguingathering |
---|---|
User | jamestan |
Submission Time | 2023-12-24 13:11:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
penguingathering.cpp: In function ‘int main()’:
penguingathering.cpp:13:14: error: ‘INT_MAX’ was not declared in this scope
13 | int mn = INT_MAX;
| ^~~~~~~
penguingathering.cpp:3:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
2 | #include <cmath>
+++ |+#include <climits>
3 | using namespace std;