acgo题库
  • 首页
  • 题库
  • 学习
  • 竞赛
  • 讨论
  • 排行
  • 团队
  • 备赛专区

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

    • GESP
    • CPA
    • 电子学会考级
登录
注册
题目详情提交记录(0)
  • 题解

    #include<iostream> #include<cstdio> #include<cmath> #include<algorithm> #include<queue> #include<stack> #include<cstring> #include<vector> using namespace std; int n; double ans; double f[1<<16][20],x[20],y[20]; const double inf=1000000005; inline int read() { int ret=0,f=1;char ch=getchar(); while(ch<'0'||ch>'9') {if(ch=='-') f=-f;ch=getchar();} while(ch>='0'&&ch<='9') {ret=(ret<<3)+(ret<<1)+ch-'0';ch=getchar();} return ret*f; } int main() { }

    userId_undefined

    Lzj

    29阅读
    0回复
    0点赞
暂无数据

提交答案之后,这里将显示提交结果~

首页