Problem fizzbuzz
User meal
Submission Time 2024-11-06 15:50:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:6:7: error: ‘i’ was not declared in this scope
6 | for (i = 1; i < n; i ++){
| ^