#include<bits/stdc++.h> using namespace std; int x,y; int main(){ cin>>x>>y; int ans=y/x*5; cin>>ans; } /************************************************************** Problem: 1417 User: wangyichen2 Language: C++ Result: Wrong Answer ****************************************************************/