Owl Get a Life
prime.cpp: In function ‘int32_t main()’:prime.cpp:18:12: error: ‘i’ was not declared in this scope 18 | if (n % (i+1) == 0) { | ^