Problem fizzbuzz
User shaokai348
Submission Time 2025-03-03 14:13:55
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 <= a; i++){
| ^