Write a program that reads three large rational numbers and finds an average.
Print the result with a discarded whole fractional part.
Tip: Use DOWN mode.
Write a program that reads three large rational numbers and finds an average.
Print the result with a discarded whole fractional part.
Tip: Use DOWN mode.
Sample Input 1:
4
2
6Sample Output 1:
4Sample Input 2:
34364356335.00000001
-6
100000000000000000000.000000000000001Sample Output 2:
33333333344788118776Create a free account to access the full topic