| Problem | fizzbuzz |
|---|---|
| User | austenj |
| Submission Time | 2026-07-16 14:57:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:9:16: error: ‘n’ was not declared in this scope
9 | if (cin >> n >> a >> b) {
| ^
fizzbuzz.cpp:9:21: error: ‘a’ was not declared in this scope
9 | if (cin >> n >> a >> b) {
| ^
fizzbuzz.cpp:9:26: error: ‘b’ was not declared in this scope
9 | if (cin >> n >> a >> b) {
| ^