Problem | stepgame |
---|---|
User | thatlycheeoolongdrink |
Submission Time | 2024-03-08 15:27:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
stepgame.cpp: In function ‘int main()’:
stepgame.cpp:29:18: error: ‘INT_MAX’ was not declared in this scope
29 | int minSum = INT_MAX;
| ^~~~~~~
stepgame.cpp:4:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
3 | #include <algorithm>
+++ |+#include <climits>
4 |