Problem videogames
User PrunJuice
Submission Time 2024-12-31 14:34:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

videogames.cpp: In function ‘int main()’:
videogames.cpp:29:31: error: ‘LLONG_MAX’ was not declared in this scope
29 | long long maxEnjoyment = -LLONG_MAX;
| ^~~~~~~~~
videogames.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;