Problem fizzbuzz
User Ignatius
Submission Time 2025-03-03 16:51:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:8:10: error: ‘n’ was not declared in this scope
8 | int x = n
| ^
fizzbuzz.cpp:9:17: error: ‘i’ was not declared in this scope
9 | for(int i = 0; i < n; i++)
| ^