0
点赞
收藏
分享

微信扫一扫

真真真真真签到题 (计算几何

一ke大白菜 2022-02-09 阅读 27

添加链接描述

#include<bits/stdc++.h>
using namespace std;
int main(){

    double x;
    cin>>x;
    x*=2;
    double a=sqrt((x*x/3));
    double ans=pow(a,3);
    printf("%.8lf",ans);
    return 0;
}
举报

相关推荐

0 条评论