The equation has unic solution? :
$$y^{´}(t) = \left\{ \begin{array}{@{} l c @{}} \text{max}\{t,y(t)\}\\ y(0)=0 \end{array}\right.$$
where $t\in \mathbb{R}$.
My idea was to separate in cases, when :
$$ y(t)\leq t \implies y^{´}(t)=t \implies dy = t dt $$ or
$$ y(t)>t \implies y^{´}(t)=y(t) \implies \dfrac{dy}{y} = dt$$
But I do not know how to guarantee the uniqueness. Thanks for read!