Problem fizzbuzz
User Kjj511
Submission Time 2023-06-18 11:20:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:12:9: error: ‘x’ was not declared in this scope
12 | while (x < N) {
| ^