| Problem | fizzbuzz |
|---|---|
| User | stefiewefieslays |
| Submission Time | 2026-06-22 16:36:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:17:25: error: expected identifier before ‘(’ token
17 | if ((i+1)%a == 0) and ((i+1)%b == 0) {
| ^
fizzbuzz.cpp:21:5: error: ‘elif’ was not declared in this scope
21 | } elif ((i+1)%b == 0) {
| ^~~~
fizzbuzz.cpp:23:5: error: ‘else’ without a previous ‘if’
23 | } else
| ^~~~
fizzbuzz.cpp:27:1: error: expected ‘}’ at end of input
27 | }
| ^
fizzbuzz.cpp:9:15: note: to match this ‘{’
9 | signed main() {
| ^