Problem | fizzbuzz |
---|---|
User | justin271828 |
Submission Time | 2023-05-31 16:31:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:10:5: error: ‘corr’ was not declared in this scope
10 | corr << "FizzBuzz" << "\n";
| ^~~~
fizzbuzz.cpp:13:5: error: ‘corr’ was not declared in this scope
13 | corr << "Fizz" << "\n";
| ^~~~
fizzbuzz.cpp:18:5: error: ‘corr’ was not declared in this scope
18 | corr << "Buzz" << "\n";
| ^~~~
fizzbuzz.cpp:21:5: error: ‘corr’ was not declared in this scope
21 | corr << i << "\n";
| ^~~~