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