#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c,d; cin>>a>>b; cout<<(a*10+b)/(c*10+d); }
Runtime Error:Floating point exception