Owl Get a Life
integer.cpp: In function ‘void printInteger()’:integer.cpp:6:13: error: expected ‘;’ before ‘cout’ 6 | cout.tie(0) | ^ | ; 7 | cout << 1; | ~~~~