Problem fuel
User IWKR
Submission Time 2023-01-16 14:00:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fuel.cpp: In function ‘int32_t main()’:
fuel.cpp:12:16: error: expected ‘;’ before ‘)’ token
12 | v[0] = INT_MIN);
| ^
fuel.cpp:14:10: error: ‘arr’ was not declared in this scope
14 | cin >> arr[i];
| ^~~
fuel.cpp:16:9: error: request for member ‘begin’ in ‘v’, which is of non-class type ‘long long int [(n + 1)]’
16 | sort(v.begin(), v.end());
| ^~~~~
fuel.cpp:16:20: error: request for member ‘end’ in ‘v’, which is of non-class type ‘long long int [(n + 1)]’
16 | sort(v.begin(), v.end());
| ^~~