#include using namespace std; int main() { int A , B ; int N = A+B ; cin >> N ; cout << A << B << endl; }