Run ID:1430
提交时间:2023-09-30 12:16:08
# include<iostream> using namespace std; int main(){ int a,b,m; cin>>a>>b; m=b/a; cout<<m+m/3; return 0; }