1 solutions

  • 0
    @ 2025-12-12 15:41:59
    #include<bits/stdc++.h>
    using namespace std;
    int main() {
    	double x,y;
    	cin>>x>>y;
    	int k=x*y*10;
    	int t=k/100;
    	if(t%10>=5)
    		cout<<(t/10+1)*10;
    	else
    		cout<<(t/10)*10;
    }
    
    
    
    • 1

    Information

    ID
    618
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    10
    Tags
    # Submissions
    4
    Accepted
    2
    Uploaded By