Run ID:91879

提交时间:2024-09-22 20:54:09

#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<b/a+b/a/3; return 0; }