Problem fizzbuzz
User Rollsroyce26
Submission Time 2024-06-20 14:46:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function β€˜int main()’:
fizzbuzz.cpp:16:13: error: expected β€˜;’ before string constant
16 | cout "FizzBuzz" << '\n';
| ^~~~~~~~~~~
| ;