2 条题解

  • 1
    @ 2025-12-10 13:26:31
    #include<bits/stdc++.h>
    
    
    using namespace std; 
    int main() {
        float num;
       cin>>num;
        printf("%.3f", num); 
        return 0;
    }
    

    信息

    ID
    190
    时间
    1000ms
    内存
    64MiB
    难度
    5
    标签
    递交数
    80
    已通过
    32
    上传者