Problem fizzbuzz
User ThinkingGeek257
Submission Time 2026-06-22 15:39:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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