3 条题解

  • 0
    @ 2023-4-12 21:09:35

    #include<bits/stdc++.h> using namespace std; int main() { int x; int y; cin>>x>>y; if(x>y) { cout<<x<<endl; } else { cout<<y<<endl; } }

    信息

    ID
    70
    时间
    1000ms
    内存
    16MiB
    难度
    1
    标签
    递交数
    115
    已通过
    86
    上传者