Problem fizzbuzz
User Ignatius
Submission Time 2025-03-03 16:52:08
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:10:1: error: expected primary-expression before ‘}’ token
10 | }
| ^