| Problem | arrayfind |
|---|---|
| User | CoderBC |
| Submission Time | 2025-05-14 10:06:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:9:13: error: ‘n’ was not declared in this scope
9 | int arr[n];
| ^
arrayfind.cpp:12:16: error: ‘arr’ was not declared in this scope
12 | cin >> arr[i];
| ^~~
arrayfind.cpp:14:10: error: ‘arr’ was not declared in this scope
14 | sort(arr, arr+n);
| ^~~