3 条题解

  • 0
    @ 2026-8-3 14:32:28

    #include <bits/stdc++.h> using namespace std;

    int main() { double a; cin >> a; cout << fixed << setprecision(3) << a; return 0; }

    信息

    ID
    304
    时间
    1000ms
    内存
    64MiB
    难度
    5
    标签
    递交数
    633
    已通过
    265
    上传者