hadi amiri 4
- 98
- 1
Can anyone write a program that multiply two( for example 157 digits) number?
(without using long integers or ...)
(without using long integers or ...)
The discussion revolves around writing a program to multiply two very large numbers, specifically 157 digits, without using long integers or similar data types. The focus is on the methodology rather than providing a direct solution.
Participants do not reach a consensus on providing a solution, with one participant expressing a willingness to explain the concept while others refrain from writing the program directly.
The discussion does not address specific programming languages or techniques that could be used to implement the multiplication algorithm.
Individuals interested in programming techniques for handling large numbers, particularly in a homework or educational context.