#include int main (void){ int Y; scanf("%d",&Y); printf("%d",2017-Y); return 0; }