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