delete pics to save space
This commit is contained in:
11
history_source/信息学奥赛一本通/1.2.3.3.cpp
Normal file
11
history_source/信息学奥赛一本通/1.2.3.3.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
#include<cstdio>
|
||||
using namespace std;
|
||||
int main()
|
||||
{
|
||||
double f,c;
|
||||
scanf("%lf",&f);
|
||||
c=5.0*(f-32.0)/9.0;
|
||||
printf("%.5lf\n",c);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user