1 条题解

  • 1
    @ 2024-8-12 18:08:43
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    ios::sync_with_stdio(0);cin.tie(0);cout.tie(0);
    printf("5.5");
    return 0;
    }
    
    
    

    笑死写的时候忘记写分号CE了

    • 1

    信息

    ID
    4
    时间
    1000ms
    内存
    128MiB
    难度
    9
    标签
    递交数
    12
    已通过
    4
    上传者