Run ID:126219
提交时间:2025-07-16 16:44:02
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<b/a+b/3; return 0; }