Problem | fizzbuzz |
---|---|
User | christal |
Submission Time | 2023-12-06 15:31:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:13:11: error: expected ‘(’ before ‘{’ token
13 | }else if{i%B==0){
| ^
| (
fizzbuzz.cpp:19:2: error: expected ‘}’ at end of input
19 | }
| ^
fizzbuzz.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^