Skip to content
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

Open
wants to merge 52 commits into
base: main
Choose a base branch
from
Open

a #75

wants to merge 52 commits into from

Conversation

DreadMaks
Copy link

No description provided.

@@ -0,0 +1,33 @@
// Работу взял у Александра Бутусова
Copy link
Owner

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
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ссылки

Copy link
Author

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, космос
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

и даже космос?)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Здесь, скорее всего, имелось в виду пространство.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants