上傳編號 71505
上傳時間 2019-05-26 10:25:10
題目 華氏溫度轉攝氏溫度*  #Python #輸入輸出
使用者 anonymous
總得分 0, CE in 0 ms
# State Runtime Memory
0 CE 0 0
1 CE 0 0
2 CE 0 0
3 CE 0 0
Judge Information
./test.cpp:3:8: warning: multi-character character constant [-Wmultichar]
print( '%.2f' %(c))
^
./test.cpp:1:1: error: 'f' does not name a type
f=float(input())
^