#include using namespace std; int main(){ double v;int t;cin>>v>>t; int a=v*100000; int b=a%10; if(b>=5)a+=10-b; cout<<(int)(a*t/100000)<