Problem finalday
User xragon
Submission Time 2024-12-09 11:00:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

finalday.cpp: In function ‘int main()’:
finalday.cpp:13:21: error: invalid conversion from ‘long long int*’ to ‘long long int’ [-fpermissive]
13 | int y = max_element(arr, arr+n);
| ~~~~~~~~~~~^~~~~~~~~~~~
| |
| long long int*
finalday.cpp:14:25: error: ‘i’ was not declared in this scope
14 | for (int j = 0; j < n; i++) {
| ^
finalday.cpp:15:19: error: expected primary-expression before ‘>’ token
15 | if (y - arr[j]) > 300) {
| ^