Problem | twomeals |
---|---|
User | Schzeey |
Submission Time | 2023-02-08 22:23:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
twomeals.cpp: In function ‘int main()’:
twomeals.cpp:29:15: error: ‘INT_MIN’ was not declared in this scope
29 | int ans = INT_MIN;
| ^~~~~~~
twomeals.cpp:3:1: note: ‘INT_MIN’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
2 | #include <iostream>
+++ |+#include <climits>
3 | using namespace std;