Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:fizzbuzz.cpp:16:22: error: expected ‘;’ before ‘}’ token 16 | cout << "FizzBuzz" | ^ | ; 17 | } | ~