#include #include using namespace std; namespace mp = boost::multiprecision; int main(){ int N,K; cin>>N>>K; if(N==2){ cout<<(2*K)<<' '<<(2*K)<