Problem fizzbuzz
User cjcube
Submission Time 2023-11-08 09:12:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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