Run ID:89502

提交时间:2024-08-25 13:10:31

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