#P5705. 【深基2.例7】数字反转
【深基2.例7】数字反转
Problem Description
Input a floating-point number that is not less than and less than , and has exactly one digit after the decimal point, such as . Reverse this number to get and output it.
Input Format
One line with one floating-point number.
Output Format
One line with one floating-point number.
123.4
4.321
Hint
Translated by ChatGPT 5