| Problem | train |
|---|---|
| User | ashgreninja1006 |
| Submission Time | 2026-02-20 18:46:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
train.cpp: In function ‘int main()’:
train.cpp:10:9: error: ‘INT_MAX’ was not declared in this scope
10 | v[0] = INT_MAX;
| ^~~~~~~
train.cpp:4:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
3 | #include <algorithm>
+++ |+#include <climits>
4 | using namespace std;