Problem arrayfind
User CoderBC
Submission Time 2025-05-14 10:06:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:14:19: error: ‘n’ was not declared in this scope
14 | sort(arr, arr+n);
| ^