| Problem | fizzbuzz |
|---|---|
| User | annan |
| Submission Time | 2023-11-10 00:03:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int32_t main()’:
fizzbuzz.cpp:7:11: error: ‘n’ was not declared in this scope
7 | cin >> n >> a >> b;
| ^
fizzbuzz.cpp:7:16: error: ‘a’ was not declared in this scope
7 | cin >> n >> a >> b;
| ^
fizzbuzz.cpp:7:21: error: ‘b’ was not declared in this scope
7 | cin >> n >> a >> b;
| ^