Problem fizzbuzz
User Kjj511
Submission Time 2023-06-18 11:20:05
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) {
| ^
fizzbuzz.cpp:19:15: error: expected primary-expression before ‘=’ token
19 | if (x % A !== 0 && x % B !== 0)
| ^
fizzbuzz.cpp:19:30: error: expected primary-expression before ‘=’ token
19 | if (x % A !== 0 && x % B !== 0)
| ^