Problem fizzbuzz
User Sheb
Submission Time 2025-01-21 22:01:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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