Task Description
輸入一個整數代表攝氏溫度, 轉成華氏溫度後輸出(控制輸出到小數點第一位)
攝氏轉華氏公式:溫度*9/5 +32
Input Format
輸入1個整數
Output Format
計算且輸出答案(控制輸出到小數點第一位)
Sample Input
24
Sample Output
75.2
Sample Input
26
Sample Output
78.8
Task Description
輸入一個整數代表攝氏溫度, 轉成華氏溫度後輸出(控制輸出到小數點第一位)
攝氏轉華氏公式:溫度*9/5 +32
Input Format
輸入1個整數
Output Format
計算且輸出答案(控制輸出到小數點第一位)
Sample Input
24
Sample Output
75.2
Sample Input
26
Sample Output
78.8