DSolve[{Derivative[1][x][t] == h*(a - x[t])*(c - x[t] - y[t]), Derivative[1][y][t] == k*(b - y[t])*(c - x[t] - y[t])},{x[t], y[t]},t]