Problem | fizzbuzz |
---|---|
User | Myunz |
Submission Time | 2025-06-16 20:16:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:24:3: error: expected ‘,’ or ‘;’ before ‘if’
24 | if((a % i == 0) and (b % i == 0)){
| ^~
fizzbuzz.cpp:26:11: error: ‘else’ without a previous ‘if’
26 | } else if(a%i == 0){
| ^~~~