| Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб. Question by Ibrahim Mesecan. 
Сложность Альфа
 
 
 Fahrenheit to Celsius  You will be given a temperature in Fahrenheit degrees (f).
Convert it to celsius degrees. 
 Input specification  You will be given an integer f where -200 ≤ f ≤ 5000
 Output specification  Calculate and show the celsius equivalent of the given temperature.
 
  | Sample Input I 44
 Sample Output I
 6.66667
 |  Для отправки решений необходимо выполнить вход.
 
 
 |