1 solutions

  • -1
    @ 2026-1-7 13:19:54

    #include <bits/stdc++.h> using namespace std;

    int main() { int a, b; cin >> a >> b; cout << a / b << " " << a - (a / b * b); return 0; }

    • 1

    Information

    ID
    437
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    1
    Tags
    # Submissions
    157
    Accepted
    103
    Uploaded By