#inclnde<bits/stdc++.h>
using namespace std;
int main(){
int a,b,c,d;
cin>>a>>b;
c=(a+b)*2
d=a*b
cout<<a<<" "<<b;
returu 0;
}
/**************************************************************
Problem: 1416
User: zhengzihao
Language: C
Result: Compile Error
****************************************************************/