Python | C |
---|---|
$\begin{aligned} & \mathrm{x} = 412 \\ & \mathrm{y} = 275 \\ & \mathrm{c} = \mathrm{x} \% 100 \\ & \mathrm{d} = \mathrm{y} // 100 \\ & \mathrm{e} = \mathrm{c} + \mathrm{d} \\ & \text{print(e)} \end{aligned}$ | $\begin{aligned} & \text{int x, y, c, d, e;} \\ & \mathrm{x} = 412; \\ & \mathrm{y} = 275; \\ & \mathrm{c} = \mathrm{x} \% 100; \\ & \mathrm{d} = \mathrm{y} / 100; \\ & \mathrm{e} = \mathrm{c} + \mathrm{d;} \\ & \text{printf("\%d", e);} \end{aligned}$ |
Isprobaj potpuno besplatno!
Registracijom dobivaš besplatan*
pristup dijelu lekcija za svaki predmet.