1 solutions

  • 0
    @ 2024-8-30 16:31:44

    👍

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

    Information

    ID
    32
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    8
    Tags
    # Submissions
    13
    Accepted
    8
    Uploaded By