Owl Get a Life
3nplus1.cpp: In function ‘int main()’:3nplus1.cpp:11:28: error: unable to find numeric literal operator ‘operator""n’ 11 | n = (n % 2 == 0) ? n/2 : 3n+1; | ^~