Owl Get a Life
prime.cpp: In function ‘int main()’:prime.cpp:8:15: error: expected ‘;’ before ‘cout’ 8 | prime = true | ^ | ; 9 | cout << "Prime"; | ~~~~