4 solutions

  • 0
    @ 2025-8-13 16:51:24

    #include <bits/stdc++.h> using namespace std; int main(){ int n; cin<<n; if(n%4==0){ cout<<n/4; } else { cout<<n/4+1; } return 0; }

    Information

    ID
    1082
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    8
    Tags
    (None)
    # Submissions
    88
    Accepted
    16
    Uploaded By