Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:fizzbuzz.cpp:4:26: error: ‘limit’ was not declared in this scope 4 | for (int i = 1; i <= limit; ++i) { | ^~~~~