Problem fizzbuzz
User hitarthdangra
Submission Time 2025-06-16 16:56:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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