#include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; int a=n/10; cout<<n-a; return 0; }