Problem | fizzbuzz |
---|---|
User | Avinash |
Submission Time | 2025-06-18 05:21:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp:9:12: error: missing terminating " character
9 | cout << "FizzBuzz\n;
| ^~~~~~~~~~~~
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:7:29: error: expected ‘;’ before ‘)’ token
7 | for (int i = 0; i < N, i ++) {
| ^
| ;
fizzbuzz.cpp:10:3: error: expected primary-expression before ‘}’ token
10 | } else if (i % A == 0) {
| ^