You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently, a number is represented as a vector but each digit goes between 0 and 9. The operations + - * / must be modified to use a higher base that uses the full int number.
Also the << operator must convert the number from the high base to the decimal base.
The text was updated successfully, but these errors were encountered:
currently, a number is represented as a vector but each digit goes between 0 and 9. The operations + - * / must be modified to use a higher base that uses the full int number.
Also the << operator must convert the number from the high base to the decimal base.
The text was updated successfully, but these errors were encountered: