Problem fizzbuzz
User pseudocoder101
Submission Time 2025-06-16 14:44:45
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==0;i<n;i++){
| ^