Owl Get a Life
prime.cpp: In function ‘int main()’:prime.cpp:10:23: error: expected ‘;’ before ‘}’ token 10 | cout << "Not prime" | ^ | ; 11 | } | ~