Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:fizzbuzz.cpp:23:10: error: ‘i’ was not declared in this scope 23 | if((a % i == 0) and (b % i == 0)){ | ^