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