// WA #include using namespace std; int main(){ ios::sync_with_stdio(false); cin.tie(nullptr); cout << "10000000000000000000000000000000000000000000000000000000 "; cout << "9999999999999999999999999999999999999999999999999999999\n"; return 0; }