1 solutions

  • -1
    @ 2024-1-21 22:17:26
    #include <iostream>
    using namespace std;
    int main(){
    	int n , m , a , b;
    	cin >> n >> m >> a >> b;
    	cout << n + m + a + b;
    	
    	
    	return 0;
    }
    
    • 1

    Information

    ID
    124
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    5
    Tags
    # Submissions
    17
    Accepted
    14
    Uploaded By