1
0
2
陈九林
高级守护
高级守护
答案是:
#include<bits/stdc++.h> //“万能”头文件
using namespace std;
int main(){
double n,m;
cin>>n;
m=100.0-4.73*n; //输入n后再给m赋值!
printf("%.1f",m);
return 0;
}
望采纳!!!
0
0
0
0
0
0
0
0
0