Skip to content

lab2#213

Open
rebrikartem wants to merge 1 commit intosomov7:mainfrom
rebrikartem:lab2
Open

lab2#213
rebrikartem wants to merge 1 commit intosomov7:mainfrom
rebrikartem:lab2

Conversation

@rebrikartem
Copy link

No description provided.

Copy link
Owner

@somov7 somov7 left a comment

Choose a reason for hiding this comment

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

Бага в выводе числа
9


typedef struct uint1024_t
{
long long digits[35];
Copy link
Owner

Choose a reason for hiding this comment

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

А зачем тогда создавать константу SIZE?

Comment on lines +77 to +80
for(int j = i; j >= 0; j--){
printf("%d", x.digits[j]);
}

Copy link
Owner

Choose a reason for hiding this comment

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

Не выводит ведущие нули в цифрах
-1

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