Problem arrayngement
User KylerBear11
Submission Time 2026-06-26 16:57:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
arrayngement.cpp: In function ‘int main()’:
arrayngement.cpp:28:17: error: ‘LLONG_MIN’ was not declared in this scope
28 | int noise = LLONG_MIN;
| ^~~~~~~~~
arrayngement.cpp:4:1: note: ‘LLONG_MIN’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
3 | #include <algorithm>
+++ |+#include <climits>
4 | using namespace std;