Problem fizzbuzz
User JAVIER
Submission Time 2024-06-26 16:19:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function β€˜int main()’:
fizzbuzz.cpp:23:8: error: expected β€˜;’ before string constant
23 | cout "\n";
| ^~~~~
| ;