Owl Get a Life
prime.cpp: In function ‘int32_t main()’:prime.cpp:59:24: error: lvalue required as left operand of assignment 59 | if(N % i = 0 && N != i) {b = false; break;} | ^