0_0_39267222_24560.cpp: In function 'int main()': 0_0_39267222_24560.cpp:10:51: error: expected ';' before '}' token 10 | else C[i][j]=C[i-1][j-1]+C[i-1][j]//; | ^ | ; 11 | } | ~