| Problem | fizzbuzz |
|---|---|
| User | DuckOverlord |
| Submission Time | 2026-04-16 08:37:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:14:6: error: ‘a’ was not declared in this scope
14 | if (a >= 1 && b >= 1 && a <= N && b <= N && N <= 100000) {
| ^
fizzbuzz.cpp:14:16: error: ‘b’ was not declared in this scope
14 | if (a >= 1 && b >= 1 && a <= N && b <= N && N <= 100000) {
| ^
fizzbuzz.cpp:14:31: error: ‘N’ was not declared in this scope
14 | if (a >= 1 && b >= 1 && a <= N && b <= N && N <= 100000) {
| ^