Problem | fizzbuzz |
---|---|
User | TYW |
Submission Time | 2025-06-17 16:12:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:3:2: error: ‘cin’ was not declared in this scope
3 | cin >> N >> A >> B;
| ^~~
fizzbuzz.cpp:6:4: error: ‘cout’ was not declared in this scope
6 | cout << "FizzBuzz\n";
| ^~~~
fizzbuzz.cpp:9:4: error: ‘cout’ was not declared in this scope
9 | cout << "Fizz\n";
| ^~~~
fizzbuzz.cpp:12:4: error: ‘cout’ was not declared in this scope
12 | cout << "Buzz\n";
| ^~~~
fizzbuzz.cpp:15:1: error: ‘cout’ was not declared in this scope
15 | cout << i <<" \n";
| ^~~~