Problem fizzbuzz
User brian
Submission Time 2026-06-22 16:00:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:5:11: error: expected unqualified-id before ‘;’ token
5 | ll N, A, ;
| ^
fizzbuzz.cpp:6:16: error: ‘B’ was not declared in this scope
6 | while (N < A, B){
| ^
fizzbuzz.cpp:9:22: error: ‘x’ was not declared in this scope
9 | for (int N = 0; N < x; ++N) {
| ^
fizzbuzz.cpp:12:17: error: ‘B’ was not declared in this scope
12 | }else if (N % B != 0){
| ^
fizzbuzz.cpp:15:13: error: expected ‘;’ before ‘}’ token
15 | cout << N
| ^
| ;
16 | }
| ~