1 solutions

  • 2
    @ 2023-5-2 15:38:57
    #include<iostream>
    using namespace std;
    int main(){
    	int a,b,A,B;
    	cin>>a>>b>>A>>B;
    	cout<<a+b<<endl<<A+B;
    	return 0;
    }
    
    • 1

    Information

    ID
    2
    Time
    1000ms
    Memory
    32MiB
    Difficulty
    3
    Tags
    # Submissions
    100
    Accepted
    55
    Uploaded By