Problem fizzbuzz
User midtthew
Submission Time 2026-08-15 20:02:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:7:7: error: expected initializer before ‘*’ token
7 | int A*B = C;
| ^
fizzbuzz.cpp:12:8: error: ‘C’ was not declared in this scope
12 | if(i%C==0){
| ^
fizzbuzz.cpp:18:18: error: expected ‘;’ before string constant
18 | else {cout << i "\n";}
| ^~~~~
| ;