Problem arrayfind
User limzuwan
Submission Time 2023-06-10 18:13:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:23:15: error: expected ‘;’ before ‘}’ token
23 | cout << '\n'
| ^
| ;
24 | }
| ~