Tech Module -Methods - Exercise - Factorial Division
Здравейте, някой може ли да ми помогне като открие къде ми е грешката, излизат нулевите, judge ми дава 60%
https://pastebin.com/BeFwt3z1
Read two integer numbers. Calculate factorial of each number. Divide the first result by the second and print the division formatted to the second decimal point.
Examples
Input |
Output |
|
Input |
Output |
5 2
|
60.00 |
|
6 2 |
360.00 |