上傳編號 71448
上傳時間 2019-05-26 10:16:15
題目 華氏溫度轉攝氏溫度*  #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:1:22: error: 'input' was not declared in this scope
float(t)=float(input())
^
./test.cpp:3:8: error: expected ',' or ';' at end of input
print(t)
^