Problem feedtheduck
User huangchengcheng
Submission Time 2026-07-16 18:55:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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