| Problem | fizzbuzz |
|---|---|
| User | DuckyKayden |
| Submission Time | 2025-07-21 16:24:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int32_t main()’:
fizzbuzz.cpp:16:21: error: expected ‘;’ before ‘}’ token
16 | cout << "Fizz\n"
| ^
| ;
17 | }
| ~
fizzbuzz.cpp:19:21: error: expected ‘;’ before ‘}’ token
19 | cout << "Buzz\n"
| ^
| ;
20 | }
| ~
fizzbuzz.cpp:22:25: error: expected ‘;’ before ‘}’ token
22 | cout << "FizzBuzz\n"
| ^
| ;
23 | }
| ~