1 条题解

  • 0
    @ 2026-8-22 12:36:32
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        int a,b,c;
        cin>>a>>b>>c;
        cout<<b;
        return 0;
    }
    
    • 1

    信息

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