#include using namespace std; int main() { char c1,c2; cin >> c1; cin >> c2; cout << c1 << c2 << endl; return 0; }