$\lim_{x\to0+}(\lfloor x \rfloor + \lfloor1-x\rfloor)$
$\lim_{x\to0-}(\lfloor x \rfloor + \lfloor1-x\rfloor)$
I tried to solve by graphing $(\lfloor x \rfloor + \lfloor1-x\rfloor)$
Graph of the function $(\lfloor x \rfloor + \lfloor1-x\rfloor)$ is straight line $y=0$:
https://www.desmos.com/calculator/la8vnf0z0f
But function doesn't gives '0' for all values of x.
As $(\lfloor 5 \rfloor + \lfloor1-5\rfloor) =1$
Then why graph of function is straight line $y=0$?

For any $x\in\mathbb Z$: $\lfloor x\rfloor=x$ and $\lfloor 1-x\rfloor=1-x$ so: $\lfloor x\rfloor+\lfloor 1-x\rfloor=x+(1-x)=1$ . However the floor function is discontinuous hence why when evaluating individually the upper and lower limits will be different- the definition of discontinuous.