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