Owl Get a Life
arrayfind.cpp: In function ‘int main()’:arrayfind.cpp:24:16: error: expected ‘;’ before ‘m’ 24 | k=readInt() | ^ | ; 25 | m[k]++; | ~