0_0_39725678_7103.cpp: In function 'int main()': 0_0_39725678_7103.cpp:38:38: error: expected ';' before '}' token 38 | sum += ( a[i][j] >= avg2[j] ) | ^ | ; 39 | } | ~