Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:fizzbuzz.cpp:10:13: error: ‘i’ was not declared in this scope 10 | if (i%A !=0 and i%B !=0) cout<<i; | ^