Run ID:3505

提交时间:2024-06-13 19:51:04

# include<iostream> using namespace std; int main(){ int a,b,c,d,e,f; cin>>a>>b>>c>>d; e=a*10+b; f=c*10+d; cout<<f/e; return 0; }