Owl Get a Life
prime.cpp: In function ‘int main()’:prime.cpp:13:8: error: ‘i’ was not declared in this scope 13 | for (i = 2; i <= sqrt(n); i++){ | ^