| Problem | arrayfind |
|---|---|
| User | nzixuanDHS67 |
| Submission Time | 2026-06-25 17:00:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:14:32: error: ‘i’ was not declared in this scope
14 | sort(a.begin(), a.end(), a[i])-a.begin();
| ^