2 solutions

  • 1
    @ 2025-8-21 14:46:04
    #include<bits/stdc++.h>
    using namespace std;
    int a,b; 
    int main(){
    	cin>>a>>b;
    	cout<<a+b;
    
    
    	return 0;
    }
    
    

    Information

    ID
    130
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    26
    Accepted
    15
    Uploaded By