Problem losingsleep
User Pan
Submission Time 2023-12-10 22:31:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

losingsleep.cpp: In function ‘int main()’:
losingsleep.cpp:8:11: error: ‘LLONG_MAX’ was not declared in this scope
8 | ll ans = LLONG_MAX;
| ^~~~~~~~~
losingsleep.cpp:2:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
1 | #include <iostream>
+++ |+#include <climits>
2 | typedef long long ll;