Owl Get a Life
prime.cpp: In function ‘int main()’:prime.cpp:27:4: error: expected ‘;’ before ‘cout’ 27 | }1 | ^ | ; 28 | 29 | cout << "Prime"; | ~~~~