| Problem | arrayfind |
|---|---|
| User | Jaysonwee22 |
| Submission Time | 2026-06-25 16:23:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:12:20: error: expected ‘;’ before ‘}’ token
12 | cin >> arr. at(i)
| ^
| ;
13 | }
| ~
arrayfind.cpp:25:5: error: expected ‘}’ at end of input
25 | }
| ^
arrayfind.cpp:6:15: note: to match this ‘{’
6 | signed main (){
| ^