#include<iostream> using namespace std; int main() { int a,g,s,n; cin>>a; g=n%10; s=n/10%10; cout<<a<<endl; return 0; }