1 条题解

  • 0
    @ 2022-11-25 14:13:44
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    long long x,y;
    cin>>x>>y; 
    if(x>y)cout<<x*x;
    else cout<<y*y;
    }
    
    • 1

    信息

    ID
    641
    时间
    1000ms
    内存
    16MiB
    难度
    7
    标签
    递交数
    14
    已通过
    11
    上传者