Problem | maximum |
---|---|
User | XY |
Submission Time | 2023-07-19 20:13:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp:5:9: error: ‘INT_MIN’ was not declared in this scope
5 | int c = INT_MIN;
| ^~~~~~~
maximum.cpp:2:1: note: ‘INT_MIN’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
1 | #include <iostream>
+++ |+#include <climits>
2 | using namespace std;