4 solutions

  • 1
    @ 2026-5-5 11:33:40
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	int a,b;
    	cin>>a>>b;
    	cout<<(int)((a+b/10.0)/1.9);
        return 0;
    }
    
    
    • 1
      @ 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
          78
          Accepted
          51
          Uploaded By