上傳編號 71491
上傳時間 2019-05-26 10:23:09
題目 華氏溫度轉攝氏溫度*  #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: character constant too long for its type
print( '%0.2f' %(c))
^
./test.cpp:1:1: error: 'f' does not name a type
f=float(input())
^