Problem fizzbuzz
User icecream
Submission Time 2026-06-22 16:33:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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