Problem | fizzbuzz |
---|---|
User | Rollsroyce26 |
Submission Time | 2024-06-20 14:46:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function βint main()β:
fizzbuzz.cpp:16:13: error: expected β;β before string constant
16 | cout "FizzBuzz" << '\n';
| ^~~~~~~~~~~
| ;