Run ID:105316
提交时间:2025-01-13 10:50:29
#include<iostream> int main(){ int a,b,c,d; cin>>a>>b>>c>>d; cout<<(c*10+d)/(a*0+b); return 0; }