Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:fizzbuzz.cpp:20:12: error: expected ‘;’ before ‘}’ token 20 | cout << i | ^ | ; 21 | } | ~