#17318: c++ 超短 9行


d10730416@gapps.fg.tp.edu.tw (Wendy Charng)


#include <iostream>
using namespace std;

int y;

int main() {
  cin >> y;
  cout << y - 1911 << endl;
}