#54908: ans


yp11451032@yphs.tp.edu.tw (711-23吳嘉恩)


#include<bits/stdc++.h>
using namespace std;
int main() {
    int year;
    cin>>year;
    cout<<year-1911;
}