#include<bits/stdc++.h> using namespace std; int main(){ int a; cin>>a; cout<<a<<' '<<a*10; return 0; }
Using your lizikid universal account