Problem fizzbuzz
User yc
Submission Time 2026-06-18 10:35:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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