Problem | fizzbuzz |
---|---|
User | Slayer555 |
Submission Time | 2023-12-20 17:01:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp:12:22: error: missing terminating ' character
12 | cout << "Buzz" << '\n;
| ^~~~
fizzbuzz.cpp: In function βint main()β:
fizzbuzz.cpp:13:3: error: expected primary-expression before β}β token
13 | }
| ^