#include using namespace std; int main(){ int y; scanf("%d",&y); printf("%d",2017-y); return 0; }