5 solutions

  • 1
    @ 2025-11-22 9:27:08

    #include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b; cout<<a/b<<" "<<a%b;

    return 0;
    

    }

    Information

    ID
    840
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    186
    Accepted
    122
    Uploaded By