1 solutions

  • 0
    @ 2024-7-23 11:54:17
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        int n,m;
        cin>>n;
        m=n/200;
        cout<<n-m*25;
        return 0;
    }
    
    • 1

    Information

    ID
    678
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    # Submissions
    31
    Accepted
    22
    Uploaded By