#include<bits/stdc++.h>
	using namespace std;
	int x,y;
	int main(){
	cin>>x>>y;
	cin>>y/x*5;
	}

/**************************************************************
	Problem: 1417
	User: wangyichen2
	Language: C++
	Result: Compile Error
****************************************************************/