Problem fizzbuzz
User yongteckrice
Submission Time 2023-01-31 11:53:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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