| Problem | arrayfind |
|---|---|
| User | meal |
| Submission Time | 2025-02-17 14:30:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:11:14: error: request for member ‘begin’ in ‘arr’, which is of non-class type ‘int [n]’
11 | sort(arr.begin(),arr.end());
| ^~~~~
arrayfind.cpp:11:26: error: request for member ‘end’ in ‘arr’, which is of non-class type ‘int [n]’
11 | sort(arr.begin(),arr.end());
| ^~~