#include <stdio.h>#include <stdlib.h>int main(){ int since; scanf("%d",&since); printf("%d",since-1911); return 0;}