Interesting problem
Let $a,b,c$ be real numbers such that $$\lfloor na\rfloor+\lfloor nb\rfloor=\lfloor nc\rfloor$$ for all postive integers $n$. Show that: $$\{a\}\cdot\{b\}\cdot\{c\}=0$$ where $\{x\}=x-\lfloor x\rfloor$
My partial work: since for any postive intger $n$,have $$\lfloor na\rfloor+\lfloor nb\rfloor=\lfloor nc\rfloor$$ then we have $$a+b=c$$ because consider $$\Longrightarrow \lim_{n\to\infty}\dfrac{\lfloor na\rfloor+\lfloor nb\rfloor}{\lfloor nc\rfloor}=1$$ since $x-1<\lfloor x\rfloor \le x$,so we have $$na+nb-2<\lfloor na\rfloor+\lfloor nb\rfloor\le na+nb$$ so $$1=\lim_{n\to\infty}\dfrac{\lfloor na\rfloor+\lfloor nb\rfloor}{\lfloor nc\rfloor}=\dfrac{a+b}{c}$$ I guess we can use by contradiction prove this. Assume that $\{a\}\cdot\{b\}\cdot\{c\}\neq0$, then $a,b,c$ all not integer.
For $n=1$ one gets $\lfloor a\rfloor+\lfloor b\rfloor=\lfloor c\rfloor$. Subtracting $n$ times that equation from the given one gives $$ \lfloor n\{a\}\rfloor+\lfloor n\{b\}\rfloor=\lfloor n\{c\}\rfloor \quad\text{for all $n\in\Bbb N$,} $$ and together with $\lfloor a\rfloor+\lfloor b\rfloor=\lfloor c\rfloor$ these equations also imply the original ones. But now one only has the fractional parts $a'=\{a\}$, $b'=\{b\}$ and $c'=\{c\}$ in the formulation of the problem. This means it suffices to show the stated result in the special case $a,b,c\in[0,1)$. I will henceforth assume that.
First I show the conditions imply $a+b=c$. Suppose this equation fails, then choose $n\in\Bbb N$ such that $|a+b-c|\geq\frac2n$. From $|na+nb-nc|\geq2$ it follows that $\lfloor na\rfloor+\lfloor nb\rfloor\neq\lfloor nc\rfloor$, a contradiction.
It remains to prove that for $a,b\in(0,1)$ there always exists some $n\in\Bbb N$ such that $\{na\}+\{nb\}\geq1$, since that means $\lfloor na\rfloor+\lfloor nb\rfloor=nc-(\{na\}+\{nb\})=\lfloor nc\rfloor-1$ contradicting the hypothesis; assuming that, the cases of the reduced problem that satisfy the hypothesis must have $a=0\lor b=0$, which means that one has $\{a\}\cdot\{b\}=0$ in the original problem, stronger than what was needed.
Proving the existence of such an $n$ is a bit technical. If $a+b\geq1$ one can take $n=1$, so assume that $a+b<1$. Choosing $N>0$ with $\frac2N<\min(a,b,1-a-b)$, I claim there exists some $m$ such that $ma$ and $mb$ are both no further than $\frac1N$ from the nearest integer (call the actual differences $\epsilon_a,\epsilon_b$). Then one can take $n=m-1$ because $na\equiv -a+\epsilon_a\pmod1$ implies (due to the smallness of $\epsilon_a$) that $\{na\}=1-a+\epsilon_a$ and similarly $\{nb\}=1-b+\epsilon_b$; combining the two equations gives that $\{na\}+\{nb\}=2-a-b+\epsilon_a+\epsilon_b\geq1+(1-a-b-\frac2N)>1$.
The claim can be proved using the pigeonhole principle: the pairs of remainders modulo$~N$ of $\lfloor mNa\rfloor$ and of $\lfloor mNb\rfloor$ can take only finitely many (namely $N^2$) different values as $m$ varies, so there exist $m_1<m_2$ for which the same pair is obtained; then taking $m=m_2-m_1$, one has that the numbers $ma$ and $mb$ are both at distance less than $\frac1N$ from an integer.