Owl Get a Life
3nplus1.cpp: In function ‘int32_t main()’:3nplus1.cpp:9:18: error: expected ‘;’ before ‘while’ 9 | cout << n << " " | ^ | ; 10 | 11 | while (n != 1){ | ~~~~~