Owl Get a Life
prime.cpp: In function ‘int main()’:prime.cpp:11:3: error: expected ‘,’ or ‘;’ before ‘for’ 11 | for(int i = 3, i < num,i++){ | ^~~