Problem | fizzbuzz |
---|---|
User | MagicHenry |
Submission Time | 2023-07-29 16:00:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:4:9: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
4 | cin >> n >> a >> b;
| ^
| yn
fizzbuzz.cpp:4:14: error: ‘a’ was not declared in this scope
4 | cin >> n >> a >> b;
| ^
fizzbuzz.cpp:4:19: error: ‘b’ was not declared in this scope
4 | cin >> n >> a >> b;
| ^