#include<bits/stdc++.h> using namespace std; int n,ans[5001]; int main(){ scanf("%d",&n); if(n<10){ printf("0"); } return 0; }