#54871: c++解答


yp11452055@yphs.tp.edu.tw (705-02林姿彣)


#include<iostream>
using namespace std;
int main()
{
 int y;
  
 cin >> y;
 cout << y-1911<<endl;

}