Even a very big number can look very small if we compare it to another one that is huge. Let's try to look at them relatively!
Write a program that reads two large natural numbers and calculates the percentage of each number in their sum. You should ignore the fractional part of the percentage in the calculation.
Tip: Don't forget that the result of the division here is NOT a floating-point number.