Owl Get a Life
3nplus1II.cpp: In function ‘int apply(int)’:3nplus1II.cpp:8:24: error: expected ‘;’ before ‘}’ token 8 | return 3 * number + 1 | ^ | ; 9 | } | ~