Problem fizzbuzz
User brian
Submission Time 2026-06-22 15:59:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
1 | #include bits/std<tt.h>
| ^~~~
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:5:9: error: ‘N’ was not declared in this scope
5 | while (N < A, B){
| ^
fizzbuzz.cpp:5:13: error: ‘A’ was not declared in this scope
5 | while (N < A, B){
| ^
fizzbuzz.cpp:5:16: error: ‘B’ was not declared in this scope
5 | while (N < A, B){
| ^
fizzbuzz.cpp:8:22: error: ‘x’ was not declared in this scope
8 | for (int N = 0; N < x; ++N) {
| ^
fizzbuzz.cpp:9:11: error: ‘A’ was not declared in this scope
9 | if (N % A != 0){
| ^
fizzbuzz.cpp:10:4: error: ‘cout’ was not declared in this scope
10 | cout << "Fizz";
| ^~~~
fizzbuzz.cpp:1:1: note: ‘std::cout’ is defined in header ‘<iostre