10 条题解

  • -2
    @ 2025-2-19 14:53:08

    #include using namespace std; int main(){ double e; cin>>e; printf("%.12f\n",e); return 0; }

    信息

    ID
    72
    时间
    1000ms
    内存
    128MiB
    难度
    3
    标签
    (无)
    递交数
    1078
    已通过
    580
    上传者