Owl Get a Life
3nplus1.cpp: In function ‘int main()’:3nplus1.cpp:8:23: error: expected ‘;’ before ‘while’ 8 | long long A; cin >> A | ^ | ; 9 | while (A != 1) { | ~~~~~