Run ID:135376

提交时间:2025-11-03 17:13:02

#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<b/a+b/3; }