12 条题解

  • 0
    @ 2024-12-29 18:27:23

    #include<bits/stdc++.h> using namespace std; int main(){ double a,b; cin>>a>>b; if(a>b) { cout<<a; } else { cout<<b; } return 0;

    }

    信息

    ID
    882
    时间
    1000ms
    内存
    128MiB
    难度
    3
    标签
    递交数
    766
    已通过
    414
    上传者