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