1 solutions

  • 0
    @ 2025-4-11 0:35:59
    #include<bits/stdc++.h>
    using namespace std;
    typedef long long ll;
    
    int main(){
    	ll x, y;
    	cin>>x>>y;
    	cout<<((x + y) * (x + y));
    	return 0; 
    }
    
    
    
    
    • 1

    Information

    ID
    542
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    9
    Tags
    (None)
    # Submissions
    340
    Accepted
    17
    Uploaded By