-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
a #75
base: main
Are you sure you want to change the base?
a #75
Conversation
@@ -0,0 +1,33 @@ | |||
// Работу взял у Александра Бутусова |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Кто у кого комментарии взял https://github.com/Nastasia8/informatics_42_2021/pull/71/files?
int x = 2; //Целочисленные x = 2 | ||
int y = 3; //Целочисленные y = 3 | ||
int z = 4; //Целочисленные z = 4 | ||
ukazatel(&x, &y, &z); //Указатели x y z |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ссылки
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
какие ссылки?
index1 = 0; //Индекс1 = 0 | ||
index2 = hight; //Индекс2 = высота | ||
draw(hight, sym, index1, index2, space); //Нарисовать высоту, символ, индекс1, индекс2, космос | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
и даже космос?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Здесь, скорее всего, имелось в виду пространство.
No description provided.