What is the output? #include<iostream> using namespace std; int main(){ int x=5,y=2; cout<<x/y<<" "<<x%y; }