Problem laptop
User dieunq1309
Submission Time 2024-06-16 23:47:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

laptop.cpp: In function ‘int main()’:
laptop.cpp:7:10: error: ‘LLONG_MAX’ was not declared in this scope
7 | int c = LLONG_MAX;
| ^~~~~~~~~
laptop.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;