Problem | stepgame |
---|---|
User | ansellee |
Submission Time | 2025-02-17 11:55:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
stepgame.cpp: In function ‘int main()’:
stepgame.cpp:8:27: error: ‘INT_MAX’ was not declared in this scope
8 | long long thelowest = INT_MAX; 2147483647;
| ^~~~~~~
stepgame.cpp:3:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
2 | #include <vector>
+++ |+#include <climits>
3 | using namespace std;