Owl Get a Life
iqtest.cpp: In function ‘int main()’:iqtest.cpp:7:39: error: expected ‘;’ before ‘cin’ 7 | std::ios_base::sync_with_stdio(false) | ^ | ; 8 | cin.tie(0); | ~~~