12 条题解
- 1
信息
- ID
- 610
- 时间
- 1000ms
- 内存
- 125MiB
- 难度
- 4
- 标签
- (无)
- 递交数
- 522
- 已通过
- 259
- 上传者
#include<iostream>
#include<cmath>
#include <stdexcept>
using namespace std;
int main(){
double s,p,a,b,c,d;
cin>>a>>b>>c;
p = 0.5*(a+b+c);
s = p*(p-a)*(p-b)*(p-c);
d = sqrt(s);
printf("%.1f",d);
return 0;
}
#include<bits/stdc++.h> using namespace std; int main(){ double a; cin>>a; if(a<=150)printf("%.1lf",0.4463a); if(a<=400 and a>150)printf("%.1lf",0.4663(a-150)+0.4463150); if(a>400)printf("%.1lf",0.5663(a-400)+0.4463150+0.4663250); return 0; }
#include #include #include using namespace std; int main(){ double s,p,a,b,c,d; cin>>a>>b>>c; p = 0.5*(a+b+c); s = p*(p-a)(p-b)(p-c); d = sqrt(s); printf("%.1f",d); return 0; } 👀️ 👀️
#include<iostream>
#include<cmath>
#include <stdexcept>
using namespace std;
int main(){
double s,p,a,b,c,d;
cin>>a>>b>>c;
p = 0.5*(a+b+c);
s = p*(p-a)*(p-b)*(p-c);
d = sqrt(s);
printf("%.1f",d);
return 0;
}
#include<iostream>
#include<cmath>
#include <stdexcept>
using namespace std;
int main(){
double s,p,a,b,c,d;
cin>>a>>b>>c;
p = 0.5*(a+b+c);
s = p*(p-a)*(p-b)*(p-c);
d = sqrt(s);
printf("%.1f",d);
return 0;
}
#include<iostream>
#include<cmath>
#include <stdexcept>
using namespace std;
int main(){
double s,p,a,b,c,d;
cin>>a>>b>>c;
p = 0.5*(a+b+c);
s = p*(p-a)*(p-b)*(p-c);
d = sqrt(s);
printf("%.1f",d);
return 0;
}
#include<iostream>
#include<cmath>
#include <stdexcept>
using namespace std;
int main(){
double s,p,a,b,c,d;
cin>>a>>b>>c;
p = 0.5*(a+b+c);
s = p*(p-a)*(p-b)*(p-c);
d = sqrt(s);
printf("%.1f",d);
return 0;
}
#include<bits/stdc++.h> #include #include using namespace std; int main(){ double s,p,a,b,c,d; cin>>a>>b>>c; p = 0.5*(a+b+c); s = p*(p-a)(p-b)(p-c); d = sqrt(s); printf("%.1f",d); return 0; }
#include #include #include using namespace std; int main(){ double s,p,a,b,c,d; cin>>a>>b>>c; p = 0.5*(a+b+c); s = p*(p-a)(p-b)(p-c); d = sqrt(s); printf("%.1f",d); return 0; }