| Problem | laptop |
|---|---|
| User | Emma167 |
| Submission Time | 2026-06-25 23:11:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
laptop.cpp: In function ‘int main()’:
laptop.cpp:10:29: error: ‘LLONG_MAX’ was not declared in this scope
10 | long long papple_cost = LLONG_MAX;
| ^~~~~~~~~
laptop.cpp:3:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
2 | #include <algorithm>
+++ |+#include <climits>
3 | using namespace std;