Problem | burgers |
---|---|
User | nutzzzz |
Submission Time | 2025-01-21 19:25:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
burgers.cpp: In function ‘int main()’:
burgers.cpp:24:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
24 | sort(a, a+n);
| ^~~~
| qsort
burgers.cpp:54:15: error: ‘INT_MAX’ was not declared in this scope
54 | int minpos = INT_MAX;
| ^~~~~~~
burgers.cpp:3:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
2 | #include <tuple>
+++ |+#include <climits>
3 |