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