3 条题解

  • 1
    @ 2025-11-1 17:43:43

    #include<bits/stdc++.h>

    using namespace std;

    int main(){

    int a,b;
    
    cin>>a>>b;
    
    cout<<"max="<<max(a,b);
    
    return 0;
    

    }

    信息

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