| Problem | feedtheduck |
|---|---|
| User | MegaG |
| Submission Time | 2025-10-26 10:40:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
feedtheduck.cpp: In function ‘int main()’:
feedtheduck.cpp:22:12: error: ‘LLONG_MAX’ was not declared in this scope
22 | int ans = LLONG_MAX;
| ^~~~~~~~~
feedtheduck.cpp:6:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
5 | #include <numeric>
+++ |+#include <climits>
6 | #define int long long