Problem fizzbuzz
User NoobMugger420
Submission Time 2024-10-29 23:15:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:10:10: error: expected ‘;’ before ‘if’
10 | x = 0
| ^
| ;
11 | if (i%A==0) {cout << "Fizz"; x++;}
| ~~