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

    Information

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