#include<iostream>
using namespace std;
int main()
{
    string n;
    int t;
    t=n;
    cout<<t;
    return 0;
}