3 条题解

  • 0
    @ 2025-4-23 22:44:58

    #include using namespace std; int main(){ int a,b; cin>>a>>b; if(a>b){ cout<<a<<" "<<b; } else{ cout<<b<<" "<<a; } return 0; }

    信息

    ID
    35
    时间
    1000ms
    内存
    256MiB
    难度
    2
    标签
    递交数
    95
    已通过
    60
    上传者