#34365: __笑死


yp11151226@yphs.tp.edu.tw (80641owo)


#include<stdio.h>
int main(){
    int N;
    while(scanf("%d",&N)!=EOF)
    {
        printf("%d\n",N-1911);
    }
     return 0;
}