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