Owl Get a Life
nprime2.cpp: In function ‘int main()’:nprime2.cpp:16:29: error: expected ‘;’ before ‘cin’ 16 | ios::sync_with_stdio(false) | ^ | ; 17 | cin.tie(0); cout.tie(0); | ~~~