1 solutions

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

    Information

    ID
    2298
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    # Submissions
    10
    Accepted
    8
    Uploaded By