Problem stepgame
User pIaceholder
Submission Time 2024-01-14 19:26:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

stepgame.cpp: In function ‘int main()’:
stepgame.cpp:22:15: error: ‘INT_MAX’ was not declared in this scope
22 | int ans = INT_MAX;
| ^~~~~~~
stepgame.cpp:4:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
3 | #include <cstring>
+++ |+#include <climits>
4 |