Owl Get a Life
prime.cpp: In function ‘int main()’:prime.cpp:14:2: error: expected ‘}’ before ‘else’ 14 | else{ | ^~~~prime.cpp:12:16: note: to match this ‘{’ 12 | else if (n==1){ | ^