Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:fizzbuzz.cpp:21:15: error: expected ‘;’ before ‘i’ 21 | cout << "i" | ^ | ; 22 | i = i+1; | ~