Problem hamster1
User carycaryicar
Submission Time 2023-11-15 13:41:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hamster1.cpp: In function ‘int main()’:
hamster1.cpp:12:20: error: ‘LLONG_MAX’ was not declared in this scope
12 | int temp = LLONG_MAX;
| ^~~~~~~~~
hamster1.cpp:2:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
1 | #include <iostream>
+++ |+#include <climits>
2 | using namespace std;