PIbd-21. Putintsev D.M. Lab work 01 #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Lab1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Зачтено с понижением балла(ов)
@ -0,0 +67,4 @@
{
if (x < 0) { x = 0; }
if (y < 0) { y = 0; }
if (x > 200) { x = 200; }
Почему 200? Почему не 250 или не 150?
Pull request closed