Problem | dinowalk |
---|---|
User | jaylchicken |
Submission Time | 2025-06-22 12:18:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dinowalk.cpp: In function ‘int main()’:
dinowalk.cpp:29:30: error: ‘INT_MAX’ was not declared in this scope
29 | int final_height_limit = INT_MAX;
| ^~~~~~~
dinowalk.cpp:2:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
1 | #include <iostream>
+++ |+#include <climits>
2 | using namespace std;