3 solutions

  • 0
    @ 2026-2-4 11:36:23

    #include<bits/stdc++.h> using namespace std; int main() { int s,b; cin>>s>>b; int t=s*10+b; int q=t/19; cout<<q; return 0; }

    Information

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