1 solutions

  • 0
    @ 2024-9-25 20:39:44
    #include<bits/stdc++.h>
    using namespace std;
    int add(int x,int n){
        	return n+x;
    	}
    int main(){
    	int a,b;
    	cin>>a>>b; 
    	cout<<add(a,b);
        return 0;
    }
    
    • 1

    Information

    ID
    107
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    43
    Accepted
    28
    Uploaded By