1 条题解

  • 1
    @ 2026-3-15 19:42:46
    #include<bits/stdc++.h>
    using namespace std;
    const int N=1e3+10;
    const int INF=0x3f3f3f3f;
    
    int main()
    {
        cout <<4.301;
    	return 0;
    }
    
    
    
    • 1

    信息

    ID
    3484
    时间
    1000ms
    内存
    256MiB
    难度
    10
    标签
    递交数
    6
    已通过
    5
    上传者