1 solutions

  • 0
    @ 2026-5-1 16:56:55

    #include<bits/stdc++.h> using namespace std; int main() { int a; cin>>a; int b=a/13; int c=a-b*13; cout<<b; cout<<endl; cout<<c; }

    • 1

    Information

    ID
    2161
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    3
    Tags
    # Submissions
    59
    Accepted
    30
    Uploaded By