#include<bits/stdc++.h>
using namespace std;
int main()
{
int a,b;
cin>>a>>b;
cout<<a<<b<<" "<<a/b;
}
/**************************************************************
Problem: 1026
User: yangjunwen
Language: C
Result: Compile Error
****************************************************************/