1 条题解

  • 0
    @ 2026-2-5 21:14:26

    #include<bits/stdc++.h> using namespace std; int main() { double x; int x; cin >> x; ; cout << fixed << setprecision(3) << x; return 0; }

    • 1

    信息

    ID
    355
    时间
    1000ms
    内存
    64MiB
    难度
    9
    标签
    递交数
    10
    已通过
    8
    上传者