Problem fizzbuzz
User austenj
Submission Time 2026-07-16 14:58:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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) {
| ^