Problem fizzbuzz
User EuniceLoh
Submission Time 2024-11-07 11:25:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int32_t main()’:
fizzbuzz.cpp:16:17: error: lvalue required as left operand of assignment
16 | } else if(i%b=0){
| ^
fizzbuzz.cpp:21:10: error: expected ‘;’ before ‘}’ token
21 | return 0
| ^
| ;
22 | }
| ~
fizzbuzz.cpp:22:1: error: expected ‘}’ at end of input
22 | }
| ^
fizzbuzz.cpp:5:16: note: to match this ‘{’
5 | int32_t main() {
| ^