Problem | nerdinvitation |
---|---|
User | foodaholic |
Submission Time | 2025-02-19 21:21:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nerdinvitation.cpp: In function ‘int main()’:
nerdinvitation.cpp:16:41: error: ‘LLONG_MAX’ was not declared in this scope
16 | long long left=0, right =0, checkin=LLONG_MAX;
| ^~~~~~~~~
nerdinvitation.cpp:5:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
4 | #include<algorithm>
+++ |+#include <climits>
5 | using namespace std;