15.10.2018, 12:21
(
Последний раз редактировалось UFF; 15.10.2018 в 14:35.
)
Quote:
It's better to explain how to solve a problem rather than just giving (very simple) 2 code lines to act pro and get Rep.
If you know how to fix it, explain it too. |
Example:
Код:
if(god[pID] == 0) { printf("God is OFF"); } else if(god[pID] == 1) { printf("God is ON"); }