| Problem | photo |
|---|---|
| User | cheny2431i |
| Submission Time | 2026-02-19 17:49:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
photo.cpp: In function ‘int main()’:
photo.cpp:26:21: error: ‘LLONG_MAX’ was not declared in this scope
26 | long long ans = LLONG_MAX;
| ^~~~~~~~~
photo.cpp:3:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
2 | #include <iostream>
+++ |+#include <climits>
3 | #include <vector>