DSolve[{Derivative[1][x][t] == y[t] - z[t], Derivative[1][y][t] == x[t]^2 + y[t], Derivative[1][z][t] == x[t]^2 + z[t]},{x[t], y[t], z[t]},t]