Owl Get a Life
prime.cpp: In function ‘int main()’:prime.cpp:10:22: error: ‘cont’ was not declared in this scope 10 | if(input % x == 0){cont << "Not Prime"; return 0;} | ^~~~