Owl Get a Life
prime.cpp: In function ‘int main()’:prime.cpp:13:2: error: ‘else’ without a previous ‘if’ 13 | else if (n % i == 1){ | ^~~~