Thought about it a little and couldn't find an answer. If:
$u(t)=f(t,c)$
$v(t)=f(c,t)$
are both continuous for every $c\in\mathbb{R}$, then $f : \mathbb{R^2 \to \mathbb{R}}$ is continuous too.
Tried to use the triangle inequality this way:
$|f(x,y)-f(a,b)| \leq |f(x,y)-f(x,b)+f(x,b)-f(a,y)+f(a,y)-f(a,b)| \leq$
$\leq |f(x,y)-f(x,b)| + |f(x,b)-f(a,y)| + |f(a,y)-f(a,b)|$
The left and right parts could be bounded, but I can't think about a reason why $|f(x,b)-f(a,y)|$ could be bounded either. Hence, maybe I can't claim that?
Will appreciate your help :)