Run ID:150969
提交时间:2026-04-02 15:01:00
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c,d; cin>>a>>b; cout<<(a*10+b)/(c*10+d); }