提交时间:2026-03-14 12:21:36

运行 ID: 431995

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