We are given the equation:
\[
\frac{dx}{dy} = e^{x + y}
\]
This equation is separable. We can rewrite it as:
\[
\frac{dx}{e^x} = e^y \, dy
\]
Now, integrate both sides:
\[
\int \frac{1}{e^x} \, dx = \int e^y \, dy
\]
The left-hand side integrates to \( -e^{-x} \), and the right-hand side integrates to \( e^y \). So we have:
\[
-e^{-x} = e^y + C
\]
or equivalently:
\[
e^x + e^{-y} = c
\]
where \( c \) is a constant.
Thus, the correct solution is:
\[
\boxed{e^x + e^{-y} = c}
\]