Run ID:89429

提交时间:2024-08-24 15:07:38

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