1 solutions

  • 0
    @ 2025-12-10 19:15:35
    #include<bits/stdc++.h>
    using namespace std;
    int main() {
    	int a,b,c,d;
    	cin>>a>>b>>c>>d;
    	cout<<(a+b+c+d); 
    }
    
    • 1

    Information

    ID
    612
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    10
    Tags
    # Submissions
    6
    Accepted
    5
    Uploaded By