#include<bits/stdc++.h> using namespace std; int main() { int a,bp,uytu; cin>>a; bp=a%100-a%10; uytu=bp/10; cout<<uytu; }