0_0_39238722_21951.cpp: In function 'int main()': 0_0_39238722_21951.cpp:12:17: error: expected ';' before 'b' 12 | b[0] = 1 | ^ | ; 13 | b[1] = 0; | ~