Problem management
User blob
Submission Time 2023-12-06 15:01:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

management.cpp: In function ‘int main()’:
management.cpp:11:9: error: ‘arr’ was not declared in this scope
11 | sort (arr[i], arr[i] + N);
| ^~~
management.cpp:11:13: error: ‘i’ was not declared in this scope
11 | sort (arr[i], arr[i] + N);
| ^
management.cpp:13:16: error: ‘arrSize’ was not declared in this scope
13 | cout << N - arrSize << "\n"; // all the numbers bigger than it
| ^~~~~~~