The problem is to find all $f : \mathbb{R} \to \mathbb{C}$ that is continuous, has $f(x) = f(x+1) \forall x$, and
$$f(x+y) = f(x) f(y) \quad x, y \in \mathbb{R}$$
Plug in $y=0$, we find $f(x) = f(0)f(x)$. We write down $f = 0$ as a solution, and move on assuming $f(0) = 1$.
We have $f(n) = 1$ for integer $n$ by periodicity. Furthermore, we can get that $f(p/q) = \sqrt[q]{1}$, which leads me to believe that the solutios are of the form $f_m = e^{2 \pi i m t}$ for each integer $m$. How to finish this proof?