| Problem | fizzbuzz |
|---|---|
| User | Peixi1210 |
| Submission Time | 2026-08-01 19:50:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:10:9: error: ‘c’ was not declared in this scope
10 | if (c % a == 0 && c % b == 0) {
| ^
fizzbuzz.cpp:10:13: error: ‘a’ was not declared in this scope
10 | if (c % a == 0 && c % b == 0) {
| ^
fizzbuzz.cpp:10:27: error: ‘b’ was not declared in this scope
10 | if (c % a == 0 && c % b == 0) {
| ^