3 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;
    }
    
    • 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; }

      • 0
        @ 2026-1-25 13:47:26

        《小玉买文具》

        • 1

        Information

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