Problem | fizzbuzz |
---|---|
User | itchydeez |
Submission Time | 2023-11-17 13:05:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:6:6: error: ‘i’ was not declared in this scope
6 | for(i=1;i<a+1;i++){
| ^
fizzbuzz.cpp:13:15: error: expected ‘;’ before ‘}’ token
13 | cout<<"Buzz"}
| ^
| ;