1 solutions

  • 2
    @ 2025-11-21 19:07:15
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        int a,b;cin>>a>>b;
        int t=a*10+b;
        int q=t/19;
        cout<<q;
        return 0;
    }
    
    • 1

    Information

    ID
    1482
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    # Submissions
    8
    Accepted
    8
    Uploaded By