Owl Get a Life
4sum.cpp: In function ‘int main()’:4sum.cpp:27:25: error: expected ‘;’ before ‘ios_base’ 27 | cin.tie(0); cout.tie(0) | ^ | ; 28 | ios_base::sync_with_stdio(0); | ~~~~~~~~