Problem fizzbuzz
User earthyeet
Submission Time 2025-08-05 11:50:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:26:14: error: expected ‘;’ before ‘}’ token
26 | cout << "\n"
| ^
| ;
27 | }
| ~