If A=[[1, -3, 2], [2, 0, 2]] and B = [[2, -1, -1], [1, 0, -1]], find the matrix C such that A+B+C is zero matrix.