Problem fizzbuzz
User Haocheng
Submission Time 2024-11-07 11:02:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int32_t main()’:
fizzbuzz.cpp:14:26: error: expected identifier before ‘(’ token
14 | } else if(i%a == 0) && (i%b == 0){
| ^
fizzbuzz.cpp:21:1: error: expected ‘}’ at end of input
21 | }
| ^
fizzbuzz.cpp:5:15: note: to match this ‘{’
5 | int32_t main(){
| ^