Owl Get a Life
fizzbuzz.cpp: In function ‘int32_t main()’:fizzbuzz.cpp:6:35: error: expected ‘)’ before ‘;’ token 6 | for (int total = 1; ((total <= n); total++){ | ~ ^ | )