Owl Get a Life
3nplus1II.cpp: In function ‘int main()’:3nplus1II.cpp:11:32: error: expected ‘;’ before ‘else’ 11 | else if (l % 2) l = 3 * l + 1 | ^ | ; 12 | else l /= 2; | ~~~~