| Problem | fizzbuzz |
|---|---|
| User | austenj |
| Submission Time | 2026-07-16 14:58:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp:12:39: error: missing terminating " character
12 | cout << "FizzBuzz" << "\n;
| ^~~~
fizzbuzz.cpp: In function βint main()β:
fizzbuzz.cpp:13:13: error: expected primary-expression before β}β token
13 | } else if (i % a == 0) {
| ^