2 条题解

  • 0
    @ 2025-12-24 18:41:10
    #include<bits/stdc++.h>
    
    
    using namespace std;
    int main(){
        int n;
        cin>>n;
        printf("%lf %lf",n*767.0/256.0,n/1024.0);
        return 0;
    }
    

    信息

    ID
    6933
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    递交数
    10
    已通过
    7
    上传者