#11796: 本題解答


s510446 (11137)

學校 : 國立中央大學附屬中壢高級中學
編號 : 63443
來源 : [36.231.240.198]
最後登入時間 :
2017-06-16 11:19:05
d051. 糟糕,我發燒了! -- 板橋高中教學題 | From: [220.134.26.192] | 發表日期 : 2017-03-06 12:02

#include <iostream>
#include <cstdlib>
#include <cmath>
#include <cstdio>
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
using namespace std;

int main(int argc, char *argv[]) {

double i,f;
while(cin>>i)
{
f=(i-32)*5/9;
printf("%.3lf\n",f);
}

return 0;
}

 
ZeroJudge Forum