Problem | fizzbuzz |
---|---|
User | hitarthdangra |
Submission Time | 2025-06-16 16:56:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function βint main()β:
fizzbuzz.cpp:16:31: error: expected β;β before '\xa'
16 | cout << "FizzBuzz" '\n';
| ^~~~~
| ;