1 solutions

  • 3
    @ 2025-12-4 12:58:30
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        int a,b,c;cin>>a>>b>>c;
        cout<<(a+b)-c;
        return 0;
    }
    

    Information

    ID
    695
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    5
    Tags
    # Submissions
    18
    Accepted
    16
    Uploaded By