1 solutions

  • 0
    @ 2025-12-11 7:46:41
    #include<bits/stdc++.h>
    using namespace std;
    
    
    
    int main(){
    
    int a,b;
    cin>>a>>b;
    cout<<a/b<<" "<<a%b ;
    }
    
    
    
    • 1

    Information

    ID
    616
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    10
    Tags
    # Submissions
    2
    Accepted
    2
    Uploaded By