Owl Get a Life
integer.cpp: In function ‘long long int printInteger()’:integer.cpp:5:11: error: expected ‘;’ before ‘return’ 5 | cout << 1 | ^ | ; 6 | return 0 | ~~~~~~