int main(){ #include <bitd/stdc++.h> using namespace std; int a,b; cin>>a>>b; cout<<a/b; cout<<a%b; return 0; }