Run ID:152902

提交时间:2026-05-05 15:19:14

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