2 条题解

  • 0
    @ 2024-12-10 13:01:00

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

    信息

    ID
    4471
    时间
    1000ms
    内存
    125MiB
    难度
    1
    标签
    (无)
    递交数
    267
    已通过
    111
    上传者