Problem fizzbuzz
User MysteriousMystery
Submission Time 2025-06-18 13:37:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:11:18: error: ‘n’ was not declared in this scope
11 | while (count <= n)
| ^
fizzbuzz.cpp:25:9: error: expected ‘;’ before ‘}’ token
25 | count++
| ^
| ;
26 | }
| ~