| Problem | fizzbuzz |
|---|---|
| User | dong |
| Submission Time | 2026-06-22 16:29:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:13:18: error: expected ‘;’ before ‘{’ token
13 | else(i % B == 0){
| ^
| ;
fizzbuzz.cpp:16:2: error: ‘else’ without a previous ‘if’
16 | else(i % A && B == 0){
| ^~~~
fizzbuzz.cpp:16:23: error: expected ‘;’ before ‘{’ token
16 | else(i % A && B == 0){
| ^
| ;
fizzbuzz.cpp:19:2: error: ‘else’ without a previous ‘if’
19 | else(i % A && B != 0){
| ^~~~
fizzbuzz.cpp:19:23: error: expected ‘;’ before ‘{’ token
19 | else(i % A && B != 0){
| ^
| ;