| Problem | lunchbox |
|---|---|
| User | shawn |
| Submission Time | 2026-01-23 16:09:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:20:19: error: ‘LLONG_MAX’ was not declared in this scope
20 | labubu[c]=LLONG_MAX;
| ^~~~~~~~~
lunchbox.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;