Skip to content

Instantly share code, notes, and snippets.

@cthbst
Last active May 14, 2016 08:56
Show Gist options
  • Save cthbst/f61452f4b00c32133f25d37f9921aefb to your computer and use it in GitHub Desktop.
Save cthbst/f61452f4b00c32133f25d37f9921aefb to your computer and use it in GitHub Desktop.
#include<iostream>
using namespace std ;
int main(){
int y ;
cin >> y ;
cout << y-1911 <<endl ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment