#include <bits/stdc++.h>
using namespace std;
double a,s;
int main()
{
cin>>a;
s=a*a*sqrt(3)/4;
cout<<fixed<<setprecision(2)<<s;
return 0;
}
Đúng 0
Bình luận (0)
Môn học
Chủ đề / Chương
Bài học
Chủ đề
#include <bits/stdc++.h>
using namespace std;
double a,s;
int main()
{
cin>>a;
s=a*a*sqrt(3)/4;
cout<<fixed<<setprecision(2)<<s;
return 0;
}